Jason's Braindump

Timeshift on Ubuntu

Installation

sudo add-apt-repository -y ppa:teejee2008/timeshift
sudo apt-get update
sudo apt-get install timeshift

via link

Operations

sudo timeshift --create
sudo timeshift --list
sudo timeshift --restore --snapshot "2020-02-19_18-32-36"
sudo timeshift --delete  --snapshot '2014-10-12_16-29-08'

via link

Read More

Links to this note