tldr/pages/linux/timeshift.md

29 lines
563 B
Markdown
Raw Normal View History

2019-11-26 18:58:20 +00:00
# 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}}'`