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:
parent
41d82606b5
commit
1899a9fd22
1 changed files with 5 additions and 4 deletions
|
@ -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}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue