Forrest logo
back to context overview

timeshift

List of commands for timeshift:

  • timeshift:tldr:39c81 timeshift: Create a new snapshot (even if not scheduled).
    $ sudo timeshift --create
    try on your machine
    explain this command
  • timeshift:tldr:540dc timeshift: Restore a snapshot (selecting which snapshot to restore interactively).
    $ sudo timeshift --restore
    try on your machine
    explain this command
  • timeshift:tldr:72da1 timeshift: Create a new snapshot (if scheduled).
    $ sudo timeshift --check
    try on your machine
    explain this command
  • timeshift:tldr:758b3 timeshift: Restore a specific snapshot.
    $ sudo timeshift --restore --snapshot '${snapshot}'
    try on your machine
    explain this command
  • timeshift:tldr:9e7f7 timeshift: Delete a specific snapshot.
    $ sudo timeshift --delete --snapshot '${snapshot}'
    try on your machine
    explain this command
  • timeshift:tldr:c68c9 timeshift: List snapshots.
    $ sudo timeshift --list
    try on your machine
    explain this command
back to context overview