1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-09-10 17:13:50 +02:00

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