Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nachoparker/btrfs-du
Easily print BTRFS subvolume/snapshot disk usage
https://github.com/nachoparker/btrfs-du
Last synced: 5 days ago
JSON representation
Easily print BTRFS subvolume/snapshot disk usage
- Host: GitHub
- URL: https://github.com/nachoparker/btrfs-du
- Owner: nachoparker
- License: gpl-3.0
- Created: 2017-12-06T15:59:13.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-06-29T12:55:08.000Z (over 2 years ago)
- Last Synced: 2024-08-02T12:50:24.096Z (3 months ago)
- Language: Shell
- Size: 24.4 KB
- Stars: 110
- Watchers: 11
- Forks: 17
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - nachoparker/btrfs-du - Easily print BTRFS subvolume/snapshot disk usage (others)
README
# btrfs-du
Easily print BTRFS subvolume/snapshot disk usage## Usage
```
# btrfs-du /homeSubvolume Total Exclusive ID
─────────────────────────────────────────────────────────────────────────────────────────
.snapshot2017-08-09 75.77GiB 105.95MiB 343
.snapshot2017-08-10 75.78GiB 103.46MiB 346
.snapshot2017-08-11 75.78GiB 514.47MiB 347
.snapshot2017-08-23 76.07GiB 568.11MiB 348
.snapshot2017-09-05 76.66GiB 648.50MiB 349
.snapshot2017-10-11 63.51GiB 2.71GiB 391
.snapshot2017-11-13 62.78GiB 1.09GiB 392
.snapshot2017-11-29 63.40GiB 974.05MiB 410
.snapshot2017-12-11 64.21GiB 682.08MiB 455
─────────────────────────────────────────────────────────────────────────────────────────
Total exclusive data 7.32GiB
```Without arguments, defaults to `/`
Inspired by [btrfs-size](https://github.com/agronick/btrfs-size) by Kyle Agronick
More at [ownyourbits.com](https://ownyourbits.com/2017/12/06/check-disk-space-of-your-btrfs-snapshots-with-btrfs-du/)