Kali btrfs snapper setup says that one should copy the config template from /etc/snapper directory. Setting the snapper failed at first when I run:
Code:
┌──(dooygoy㉿kali)-[~]
└─$ sudo cp /etc/snapper/config-templates/default /etc/snapper/configs/root       
[sudo] password for dooygoy: 
cp: cannot stat '/etc/snapper/config-templates/default': No such file or directory
Info on snapper on archwiki says that: Create a configuration file at /etc/snapper/configs/config based on the default template from /usr/share/snapper/config-templates

so I changed the command to:

Code:
└─$ sudo cp /usr/share/snapper/config-templates/default /etc/snapper/configs/root
Then everything else works as written. Is this just a typo on the website? I am not sure if this is already mentioned here.