Snapper PvdM: Difference between revisions
Appearance
mNo edit summary |
(No difference)
|
Latest revision as of 16:39, 22 June 2022
Show configs:
# snapper list-configs
Create snapshot:
# snapper -c home create --description "/home snapshot"
View snapshots:
# snapper -c home ls
delete snapper config
# snapper -c home delete-config
If that does not work:
- remove /home from fstab
- reboot and log in as root
cd {vol}/.snapshots (b.v. /home/.snapshots)
# for i in $(ls -1); do btrfs property set -ts $i/snapshot/ ro false; done
# rm -rf *
# ..
# rmdir .snapshots