timeshift
System restore utility. More information: <https://github.com/teejee2008/timeshift>.
Install
- All systems
-
curl cmd.cat/timeshift.sh
- Debian
-
apt-get install timeshift - Ubuntu
-
apt-get install timeshift - Kali Linux
-
apt-get install timeshift - Fedora
-
dnf install timeshift - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install 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'
© tl;dr; authors and contributors