Timeshift - Restore System Snapshots | Online Free DevTools by Hexmos

Restore system snapshots with Timeshift. Back up and recover your Linux system with ease using this powerful utility. Free online tool, no registration required.

timeshift

System restore utility. More information: https://github.com/linuxmint/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}}'