Sock Puppet Society to [email protected]English • 2 months agoA big part of learning Linux is screwing up computers and starting over.message-square112fedilinkarrow-up1317arrow-down18file-text
arrow-up1309arrow-down1message-squareA big part of learning Linux is screwing up computers and starting over.Sock Puppet Society to [email protected]English • 2 months agomessage-square112fedilinkfile-text
minus-square@[email protected]linkfedilink3•2 months agoSnapshots are one of the features of copy on write filesystems like ZFS or btrfs. It looks like Ubuntu has btrfs support, so you could do things like configure the package manager to automatically snapshot before a system upgrade. https://blackstewie.com/posts/install-ubuntu-24.04-with-proper-btrfs-setup/ That looks like a current guide for setting it up
Snapshots are one of the features of copy on write filesystems like ZFS or btrfs.
It looks like Ubuntu has btrfs support, so you could do things like configure the package manager to automatically snapshot before a system upgrade.
https://blackstewie.com/posts/install-ubuntu-24.04-with-proper-btrfs-setup/
That looks like a current guide for setting it up
Thank you for sharing!