70
What are the pros and cons of btrfs?
(lemm.ee)
A community for everything relating to the GNU/Linux operating system (except the memes!)
Also, check out:
Original icon base courtesy of lewing@isc.tamu.edu and The GIMP
To be more precise, you don't really want to use the snapshotting in the home-directory. You can still use btrfs itself and for example, openSUSE sets it up so the home-directory is in a btrfs subvolume that's excluded from snapshots.
At the very least, you'd want the snapshots in the home-directory to be independent from the rest of the OS, so that you don't end up rolling back what you've worked on when you want to roll back a faulty OS update.
Well, and you also just want proper backups of your home-directory, so the snapshots are not as useful...
This is how I understand subvolumes, that unless specified otherwise, they're excluded from snapshots taken of parent folders, so by making /home a subvolume is less about taking snapshots of that folder, and more about ensuring that taking snapshots of / doesn't include /home.