Antynea / grub-btrfs

Include btrfs snapshots at boot options. (Grub menu)
GNU General Public License v3.0
688 stars 73 forks source link

Does the tool support rollback while booted from a snapshot? #310

Closed developer91234 closed 5 months ago

developer91234 commented 6 months ago

I'm on ZFS and too lazy to set up a btrfs system just to check if this works. But I'm wondering how rollback would work given the overlayfs boot method for ro snapshots.

Schievel1 commented 5 months ago

This tool does no rollbacks. All it does is creating a snapshot list for the grub bootmenu that you can boot into. For rollbacks use timeshift or snapper. Those tools on the other hand have the disadvantage, that you have to be able to boot your system in order to boot a different snapshot. This is where grub-btrfs shines.