
timeshift
List of commands for timeshift:
-
timeshift:tldr:39c81 timeshift: Create a new snapshot (even if not scheduled).$ sudo timeshift --createtry on your machineexplain this command
-
timeshift:tldr:540dc timeshift: Restore a snapshot (selecting which snapshot to restore interactively).$ sudo timeshift --restoretry on your machineexplain this command
-
timeshift:tldr:72da1 timeshift: Create a new snapshot (if scheduled).$ sudo timeshift --checktry on your machineexplain this command
-
timeshift:tldr:758b3 timeshift: Restore a specific snapshot.$ sudo timeshift --restore --snapshot '${snapshot}'try on your machineexplain this command
-
timeshift:tldr:9e7f7 timeshift: Delete a specific snapshot.$ sudo timeshift --delete --snapshot '${snapshot}'try on your machineexplain this command
-
timeshift:tldr:c68c9 timeshift: List snapshots.$ sudo timeshift --listtry on your machineexplain this command