System restore utility. More information - timeshift

System restore utility. More information: GitHub - teejee2008/timeshift: System restore tool for Linux. Creates filesystem snapshots using rsync+hardlinks, or BTRFS snapshots. Supports scheduled snapshots, multiple backup levels, and exclude filters. Snapshots can be restored while system is running or from Live CD/USB..

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