Category Archives: System backups

Timeshift – System Backup and Restore for LINUX

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.


timeshift

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

Visit the Website

776 total views, no views today