Back in Time is a backup software for Linux system inspired from the Timevault and Flyback. Both Timevault and Flyback are two great software that allow you to back up your system and enable you to roll back and restore your system to the original state before you made any devastating changes. What Back in Time does is to integrate the best features from the two software and put them all into one place.
Back in Time has the exact functionality of Timevault and Flyback. If you have used any of the two software, you won’t be remote to Back In time.
Installation
To get Back In Time to run in your system, you can either it using:
1. the deb package or
2. add the repository to your sources.list.
Installing via the repository
In your terminal,
gksu gedit /etc/sources.list
Add the following line to the end of the file. Save and close.
deb http://backintime.le-web.org/repository stable main
and then add the GPG key information:
wget http://backintime.le-web.org/repository/le-web.key
sudo apt-key add le-web.key
To install the the application for Gnome:
sudo apt-get update
sudo apt-get install backintime-common backintime-gnome
Click for the Full Story
http://maketecheasier.com/automate-your-system-backup-with-back-in-time/...