How to: Setup Flyback for backing up your data
...Flyback. Most of peoples also called "Time Machine for Linux
Below is the way to install it on Ubuntu
1. Install the dependencies first
sudo apt-get install python python-glade2 python-gnome2 python-sqlite3 python-gconf rsync
2. Download the flyback software
wget http://flyback.googlecode.com/files/flyback 0.4.0.tar.gz
3. Then change to...
