snapper: snapshot creation (#3200)

This commit is contained in:
Francesco Yoshi Gobbo
2019-07-23 05:39:39 +02:00
committed by Agniva De Sarker
parent 41d82606b5
commit 1899a9fd22

View File

@@ -1,6 +1,7 @@
# snapper
> Filesystem snapshot management tool.
> More information: <http://snapper.io/manpages/snapper.html>.
- List snapshot configs:
@@ -10,14 +11,14 @@
`snapper -c {{config}} create-config {{path/to/directory}}`
- Create a snapshot with a description:
`snapper -c {{config}} create -d {{"snapshot_description"}}`
- List snapshots for a config:
`snapper -c {{config}} list`
- Create a new snapshot:
`snapper -c {{config}} snapshot`
- Delete a snapshot:
`snapper -c {{config}} delete {{snapshot_number}}`