timeshift: add page (#3613)

client-spec/clarity
Pierre Rudloff 2019-11-26 19:58:20 +01:00 committed by Starbeamrainbowlabs
parent c5a8569ece
commit 8d87de839c
1 changed files with 28 additions and 0 deletions

28
pages/linux/timeshift.md Normal file
View File

@ -0,0 +1,28 @@
# timeshift
> System restore utility.
> More information: <https://github.com/teejee2008/timeshift>.
- List snapshots:
`sudo timeshift --list`
- Create a new snapshot (if scheduled):
`sudo timeshift --check`
- Create a new snapshot (even if not scheduled):
`sudo timeshift --create`
- Restore a snapshot (selecting which snapshot to restore interactively):
`sudo timeshift --restore`
- Restore a specific snapshot:
`sudo timeshift --restore --snapshot '{{snapshot}}'`
- Delete a specific snapshot:
`sudo timeshift --delete --snapshot '{{snapshot}}'`