Open vsjoqvist opened 2 years ago
Sorry for the late response, maybe you already solved it. But these are the commands from an install script I'm working on.
umount /.snapshots
rm -r /.snapshots
snapper -c root create-config /
btrfs subvolume delete /.snapshots
mkdir /.snapshots
mount -o $btrfs_opts,subvol=@snapshots $root_partition /.snapshots
chmod 750 /.snapshots
This might also work
cp /usr/share/snapper/config-templates/default /etc/snapper/configs/root
printf 'SNAPPER_CONFIGS="root"' > /etc/conf.d/snapper