I have installed artix linux with openrc and btrfs. I've created two subvolumes, one is for root and the other is for home. can someone guide me how to setup snapper on openrc? i want to have automatic snapshots which i can boot from in grub.
my install drive has the following partition layout
/dev/sda1 is mounted as /boot
/dev/sda2 is mounted as swap
/dev/sda3 is mounted as root ( two subvolumes "@" and "@home")
this always worked for me with Arch - I take it you tried this already and got an error ?
sudo pacman -S grub-btrfs
yay -S timeshift
yay -S timeshift-autosnap
sudo grub-mkconfig -o /boot/grub/grub.cfg
note: this does need the arch community repo, and aur enabled too. Personally i stopped using autosnaps due to the amount you get, and settled on a weekly with a max of 5 as a "just in case")
ive never tried this. ill give it a go
Hey I tried what you said but the snapshots only show up when I update grub. How can I automate this?
Edit: I enabled cronie service but still no luck