You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's nice that popOS is planning to change the filesystem to Btrfs by default. I have been using Btrfs for many years with great satisfaction, snapshots are very useful.
I would like to pay attention to some aspects:
Exclude unnecessary folders at the time of restore, there are many folders under "/var" that the user may not want to include in snapshots, this has the advantage of having minimal snapshots and taking up little space over time.
There are issues on Fedora and openSUSE for including package manager database at "/usr/..." to facilitate snapshot management. https://fedoraproject.org/wiki/Changes/RelocateRPMToUsr http://lists.rpm.org/pipermail/rpm-maint/2017-October/006681.html
EDIT: To clarify, on openSUSE and from Fedora 36 the rpm database has already been moved to "/usr"
I understand that it is a non trivial change and it could also depend on your upstream (Ubuntu) so maybe initially creating some additional subvolumes could improve the situation in case of automated snapshots, this is my layout (It allows me to have minimal snapshots):
I decided to open an issue based on this comment: https://github.com/pop-os/distinst/pull/286#issuecomment-1154043654
I hope it will be useful.
It's nice that popOS is planning to change the filesystem to Btrfs by default. I have been using Btrfs for many years with great satisfaction, snapshots are very useful.
I would like to pay attention to some aspects:
If snapshots are enabled by default:
There are issues on Fedora and openSUSE for including package manager database at "/usr/..." to facilitate snapshot management.
https://fedoraproject.org/wiki/Changes/RelocateRPMToUsr
http://lists.rpm.org/pipermail/rpm-maint/2017-October/006681.html
EDIT: To clarify, on openSUSE and from Fedora 36 the rpm database has already been moved to "/usr"
I understand that it is a non trivial change and it could also depend on your upstream (Ubuntu) so maybe initially creating some additional subvolumes could improve the situation in case of automated snapshots, this is my layout (It allows me to have minimal snapshots):
Thanks and good job
The text was updated successfully, but these errors were encountered: