This has a very simple and intutive user interface. This has the following two tabs:
sbackup stands for simple backup. When you launch this software, it has the following tabs:
Read more: How to Backup Ubuntu Desktop Using sbackup Simple Backup GNOME Tool
Backerupper is a straight forward backup program that takes backup of the directories that you specify. Apart from placing the backup on the system, you can also copy the backup to some other location on your local network.
rsync is a command line utility that is the basics of most of the GUI based backup tool mentioned here.
rsync utility is used to synchronize the files and directories from one location to another in an effective way. Backup location could be on local server or on remote server. It is fast, secure, and uses less bandwidth.
rdiff-backup does remote incremental backup of your system effectively. This combines two powerful backup concepts–mirroring and incremental backup. First, it takes the full copy of the specified folder to the remote server. The extra reverse diffs are stored under a subdirectory in the remote system, which helps you to recover files from earlier.
You need to install rdiff-backup on both local and remote system. The following example will backup the content of /home/ramesh from local server to the remote server. Like we mentioned earlier, it does both the mirroring and incremental backup.
grsync stands for GUI for rsync. It uses GTK libraries for the UI. Apart from Linux, this also works on Windows and Mac OS X.
You create a session that contains a set of files and folders that needs to be backed-up. A session is just like a backupset.
grsync has the following three tabs:
rsnapshot uses the combination of rsync and hard links to maintain full-backup and incremental backups. Once you’ve setup and configured rsnapshot, there is absolutely no maintenance involved in it. rsnapshot will automatically take care of deleting and rotating the old backups.
It also takes very less disk space. The first full backup will take the same size as your original files and directories. Subsequent rsnapshot full backups takes only less space, as it takes backup of only the modified files from the previous full backup.
Ref From .: http://goo.gl/ssk1Q