mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-04 20:55:24 +02:00

* batch1 * batch2 * batch3 * batch4 * Update matchpathcon.md * Update pages/linux/arecord.md Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> * Update pages/linux/arecord.md Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> * Update pages/linux/arecord.md Co-authored-by: Wiktor Perskawiec <git@spageektti.cc> --------- Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> Co-authored-by: Wiktor Perskawiec <git@spageektti.cc>
676 B
676 B
snapper
Filesystem snapshot management tool. More information: http://snapper.io/manpages/snapper.html.
- List snapshot configs:
snapper list-configs
- Create snapper config:
snapper {{[-c|--config]}} {{config}} create-config {{path/to/directory}}
- Create a snapshot with a description:
snapper {{[-c|--config]}} {{config}} create {{[-d|--description]}} "{{snapshot_description}}"
- List snapshots for a config:
snapper {{[-c|--config]}} {{config}} list
- Delete a snapshot:
snapper {{[-c|--config]}} {{config}} delete {{snapshot_number}}
- Delete a range of snapshots:
snapper {{[-c|--config]}} {{config}} delete {{snapshot1}}-{{snapshot2}}