

31·
22 days agoThanks for posting this blog post. It was a very interesting read. Didn’t know that CachyOS was using BTRFS with bootable snapshots like OpenSUSE does with snapper.


Thanks for posting this blog post. It was a very interesting read. Didn’t know that CachyOS was using BTRFS with bootable snapshots like OpenSUSE does with snapper.
I didn’t fully get your last part? Do you mean you have not heard of BTRFS and snapper or what a bootable snapshot is?
Maybe in advance:
Snapper and BTRFS Snapper is a tool for Linux file system snapshot management. When used with BTRFS it can create bootable snapshots of your system including things like:
This is particularly useful for backup and recovery purposes. On openSUSE a snapshot is created everytime you run zypper (package manager) to install a package or update your system. It will exclude your home directory from the Snapshots. So changes made there are not rolled back in case you want to rollback to an older snapshot.