I always use these at a minimum:
Code:
noatime,space_cache,compress=lzo,autodefrag
noatime,space_cache,compress=lzo,autodefrag
btrfs su snapshot -r /mnt/@ /mnt/subvol/snapshots/@_basic_install btrfs su snapshot -r /mnt/@home /mnt/subvol/snapshots/@home_basic_install
btrfs send /mnt/subvol/snapshots/@_basic_install | btrfs receive /mnt/backup btrfs send /mnt/subvol/snapshots/@home_basic_install | btrfs receive /mnt/backup
sudo mount /dev/sda1 -o subvol=@whatever /mnt/point
ID 2351 gen 3005916 top level 5 path @home ID 3296 gen 3005916 top level 2351 path @home/stuart/Documents
Comment