# Snapper PvdM

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
    ```