mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-25 02:52:24 +00:00
Update cheatsheets
This commit is contained in:
33
linux/timeshift
Normal file
33
linux/timeshift
Normal file
@@ -0,0 +1,33 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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}}'`
|
||||
Reference in New Issue
Block a user