What is the best Linux Mint backup tool that is most like Time Machine (that ships on Macs)?

The one thing that I want it to have similar to Time Machine is that it only backs up files that have been changed, therefore making for faster backups.

link|improve this question

It's generally a Good Idea to say which Linux Distribution you are using when asking such questions. As you are probably using Ubuntu, see help.ubuntu.com/community/BackupYourSystem – msw Jun 17 '10 at 23:48
feedback

2 Answers

up vote 1 down vote accepted

Incremental backup has been a feature of operating systems for essentially ever. If by Mac-like, you mean GUI heavy, these look like decent contenders:

http://backintime.le-web.org/
http://sourceforge.net/projects/sbackup/

I use command line tools so can't recommend either.

Update: I installed backintime on my Ubuntu Lucid system for testing. It seems competent and complete although its space requirements are relatively high as the backups aren't bundled, compressed, nor encryptped. This makes for really rapid restoration, and disk space is pretty cheap but I wouldn't use it for full system backups.

However, for home directory backups it is pretty well suited which makes its "every 5 minute" schedule option reasonable. Out of the box it just does the right thing with minimal configuration. As with many user-oriented tools, it trades utility for dirt simplicity.

It is available on the Ubuntu (therefore Mint) repositories as backintime-gnome or backintime-kde.

link|improve this answer
feedback

Have a look at Deja Dup: It offers incremental, remote, scheduled, and encrypted backups. These are available via its minimalistic GUI. I don't use it however (I prefer the command line rdiff-backup).

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.