Just did my first btrfs send backup. The output of btrfs filesystem df is confusing me:
The "used" is reasonable, but the btrfs filesystem mounted on /mnt/backup is 1.5 TB.
My root system shows total = 209 GiB, used 70 GiB. (I have snapshots going back to last year.)
Is the data total figure just a high water mark?
Code:
! sudo btrfs fi df /mnt/backup [sudo] password for john: Data, single: total=13.01GiB, used=12.12GiB System, DUP: total=8.00MiB, used=16.00KiB Metadata, DUP: total=1.00GiB, used=318.00MiB GlobalReserve, single: total=33.20MiB, used=0.00B
My root system shows total = 209 GiB, used 70 GiB. (I have snapshots going back to last year.)
Is the data total figure just a high water mark?
Comment