mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
28 lines
474 B
Markdown
28 lines
474 B
Markdown
![]() |
# snapper
|
||
|
|
||
|
> Filesystem snapshot management tool
|
||
|
|
||
|
- List snapshot configs:
|
||
|
|
||
|
`snapper list-configs`
|
||
|
|
||
|
- Create snapper config:
|
||
|
|
||
|
`snapper -c {{config}} create-config {{path/to/subvolume}}`
|
||
|
|
||
|
- 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}}`
|
||
|
|
||
|
- Delete multiple snapshots:
|
||
|
|
||
|
`snapper -c {{config}} delete {{snapshot_1}}-{{snapshot_2}}`
|