2019-11-26 19:58:20 +01:00
|
|
|
# timeshift
|
|
|
|
|
|
|
|
> System restore utility.
|
2025-04-25 04:34:04 +03:00
|
|
|
> More information: <https://github.com/linuxmint/timeshift>.
|
2019-11-26 19:58:20 +01:00
|
|
|
|
|
|
|
- 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}}'`
|