Well, the bracket mounting for an HD in the second bay came today and I installed it and another 2.5" WD 750GB HD.
On booting up it was recognised as sdb. It now has Btrfs on sdb1 with no partitions.
Now I have to decide what to do with it.
Simply add it to my sda1 and make a Btrfs pool of sda1+sdb1 acting as a single storage pool?
Or, mount it to /backup only when I need to create a ro snapshot or do an incremental send & receive, freeing up space used by backup snapshots on sda1?
As you can see, I am using only about 90GB on sda1.
And essentially nothing on sdb1.
Or, a third option is to move all ro backup snapshots to sdb1 and also use part of it to store other files, keeping it unmounted until needed.
The last option is the one I think I'll take, unless anyone has other suggestions.
On booting up it was recognised as sdb. It now has Btrfs on sdb1 with no partitions.
Now I have to decide what to do with it.
Simply add it to my sda1 and make a Btrfs pool of sda1+sdb1 acting as a single storage pool?
Or, mount it to /backup only when I need to create a ro snapshot or do an incremental send & receive, freeing up space used by backup snapshots on sda1?
Code:
[FONT=monospace][COLOR=#000000][B]mount /dev/sda1 /mnt[/B][/COLOR] vdir /mnt/ total 0 drwxr-xr-x 1 root root 256 Apr 8 16:53 @ drwxr-xr-x 1 root root 10 Apr 8 16:54 @home drwxr-xr-x 1 root root 152 Apr 8 19:37 snapshots [B]vdir /mnt/snapshots/[/B] total 0 drwxr-xr-x 1 root root 276 Mar 29 11:16 @_bkup-2017-03-29 drwxr-xr-x 1 root root 256 Apr 8 16:53 @_bkup-2017-04-08 drwxr-xr-x 1 root root 30 Mar 24 14:46 @home_bkup-2017-03-29 drwxr-xr-x 1 root root 10 Apr 8 16:54 @home_bkup-2017-04-08 [B] btrfs fi df /[/B] Data, single: total=91.01GiB, used=90.49GiB System, DUP: total=8.00MiB, used=16.00KiB [/FONT]
As you can see, I am using only about 90GB on sda1.
And essentially nothing on sdb1.
btrfs fi df /backup
Data, single: total=8.00MiB, used=256.00KiB
System, DUP: total=8.00MiB, used=16.00KiB
Metadata, DUP: total=1.00GiB, used=112.00KiB
GlobalReserve, single: total=16.00MiB, used=0.00B
System, DUP: total=8.00MiB, used=16.00KiB
Metadata, DUP: total=1.00GiB, used=112.00KiB
GlobalReserve, single: total=16.00MiB, used=0.00B
Or, a third option is to move all ro backup snapshots to sdb1 and also use part of it to store other files, keeping it unmounted until needed.
The last option is the one I think I'll take, unless anyone has other suggestions.
Comment