Are you referring to btrfs-assistant or snapper-support? Either way, they don’t delete your existing subvolumes/timeshift snapshots.
If you want to boot into a snapshot, you can use grub-btrfs, the same as timeshift. If you want to restore a snapshot, you open btrfs-assistant, go to restore mode, select the snapshot and hit ‘restore’ and reboot.
I am not sure what timeshift-snapper is but I will assume you mean timeshift
snapper supports taking snapshots of any mounted subvolume, not only @ or @home.
snapper allows you to name your snapshots however you like
snapper supports both flat and nested subvolume layouts
snapper creates read-only snapshots
tools have been created for snapper which allow snapshot replication to external hosts/devices to allow snapshots to be used as part of a backup strategy
snapper doesn’t require the root of the btrfs partition to be mounted
Basically, snapper is both more powerful and more flexible.
That being said, if you are happy with what timeshift is doing for you, there is no reason to switch. You should only switch to snapper if the limitations in timeshift bother you.
It was a typo: I meant timeshift-autosnap, which you already said is forcibly deleted at install of BTRFS Assistant.
Can BTRFS Assistant browse to a snapshop on an external USB and restore it?
What are the steps from booting up in the grub menu and restoring a rw snapshot from an external device?
Nothing can do that. btrfs snapshots don’t work that way.
You would first have to use snapshot replication to replicate the snapshot to the target device, then you could use btrfs-assistant to restore it.
No problems there.
It pulls in the dependencies it needs to run but you probably want to install the optional dependencies as well, snapper and btrfsmaintenance If you want snap-pac or btrfs-grub you will need to install those as well.
Hi Dalto. I haven’t touched the settings. I believe these are all the default settings. May be I should apply the balance, scrub and defrag to all subvolumes.
Also, I noticed that I check marks for the Trim Timer and Defrag Timer boxes won’t save. When I reopen after saving, they show unchecked for some reason.
Part of Arch install, I did enable weekly trim with this command systemctl enable fstrim.timer
No, it does not work in Gnome, because GUI of BTRFS-assistant is not GTK, but QT.
Try to install gt5ct, then run it as root sudo qt5ct that can change the theme for BTRFS-assistant.
But sudo qt5ct does not offer many themes, then try to install kvantum and change the style to kvantum in the setting of sudo qt5ct . You need to run sudo kvantummanager that can add/change any theme for BTRFS-assistant.
Hmm…so this is interesting. The issue is that Btrfs Maintenance is managing those services. So basically, Btrfs Assistant enables them and then Btrfs Maintenance disables them again.
I should probably remove those checkboxes if Btrfs Maintenance manages them.
Hi Dalto, when you say “BTRFS Maintenance”, are you referring to the back end of BTRFS file system ? Or is there a specific script that you are referring to?