snippetbashTip
timeshift — System restore utility. More information: <https://manned.org/timeshift>.
Viewed 0 times
commandcliinformationrestoretimeshiftmoreutilitysystem
linux
Problem
How to use the
timeshift command: System restore utility. More information: <https://manned.org/timeshift>.Solution
timeshift — System restore utility. More information: <https://manned.org/timeshift>.List snapshots:
sudo timeshift --listCreate a new snapshot (if scheduled):
sudo timeshift --checkCreate a new snapshot (even if not scheduled):
sudo timeshift --createRestore a snapshot (selecting which snapshot to restore interactively):
sudo timeshift --restoreRestore a specific snapshot:
sudo timeshift --restore --snapshot '{{snapshot}}'Delete a specific snapshot:
sudo timeshift --delete --snapshot '{{snapshot}}'Code Snippets
List snapshots
sudo timeshift --listCreate a new snapshot (if scheduled)
sudo timeshift --checkCreate a new snapshot (even if not scheduled)
sudo timeshift --createRestore a snapshot (selecting which snapshot to restore interactively)
sudo timeshift --restoreRestore a specific snapshot
sudo timeshift --restore --snapshot '{{snapshot}}'Context
tldr-pages: linux/timeshift
Revisions (0)
No revisions yet.