TimeShift for Linux is an application that provides functionality similar to the System Restore feature in Windows and the Time Machine tool in Mac OS. TimeShift protects your system by taking incremental snapshots of the file system at regular intervals. These snapshots can be restored at a later date to undo all changes to the system.
Steps of Installation:
Open Terminal
Run the following commands:
sudo apt-add-repository -y ppa:teejee2008/ppa
sudo apt-get update
sudo apt-get install timeshift
—
If you want to uninstall
Run the following command in a terminal window:
sudo apt-get remove timeshift
or
sudo timeshift-uninstall
867 total views, no views today