System Grab Bag

View all TLDR pages from Linux (or from all pages)

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}}'

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.