Ubuntu – n application that is like “Time Machine” on the Mac OSX

backupsoftware-recommendation

If there is an application, does it work like "Time Machine" where it save backups of your computer and if wanted, go back to an earlier time on the computer for example where an virus was not there?

Here is an definition of Time Machine that Apple wrote:

Time Machine is the built-in backup that works with your Mac and an external drive (sold separately) or Time Capsule. Connect the drive, assign it to Time Machine, and start enjoying some peace of mind. Time Machine automatically backs up your entire Mac, including system files, applications, accounts, preferences, music, photos, movies, and documents. But what makes Time Machine different from other backup applications is that it not only keeps a spare copy of every file, it remembers how your system looked on any given day—so you can revisit your Mac as it appeared in the past.

Best Answer

You could give a try to Back in Time. It is in repository.

In documentation he explains why he do it.

Why did I write the application ? When I read about Apple’s TimeMachine I thought it’s nice tool to have. I searched for equivalent applications for Linux and I find TimeValut and FlyBack.

Since February I'm making backups with it, but never had tried a full or partial restore.

It uses rsync and not the mechanism like inotify used by Time Machine. So it is running every x time and not each time the file is wrote.

Related Question