1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-09 18:25:24 +02:00
tldr/pages/linux/timeshift.md
Managor 1f63ed5e22
linux*: refresh old pages part 1 (#16251)
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
2025-04-25 04:34:04 +03:00

28 lines
562 B
Markdown

# timeshift
> System restore utility.
> More information: <https://github.com/linuxmint/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}}'`