You are not logged in.
Hello,
I am trying to create a Snapper Subvolume for Snapshots but when I try and create it
sudo snapper -c root create-config /
Failed to set locale.
Creating config failed (/sbin/chsnap not installed).
There is no /. snapshots/, the filesystem is ext4 and I tried reinstalling snapper.
Thanks for your time
Offline
Hi,
That error usually means the snapper-support package isn't fully installed. On Arch, chsnap is provided by snapper-support, so try installing it:
sudo pacman -S snapper-support
Also, make sure your system is using a supported setup, Snapper works best with Btrfs. It can work with ext4, but afaik you’ll need to set it up manually since it won’t create /.snapshots automatically.
Hope that helped!
Offline
Thanks for your response, but that package does not exist. At least that is what I get as a respnonce form pacman.
Offline