I'm running an internal network LAMP server on ubuntu 10.10. I have another ubuntu running on an older ppc g5 with a 640gb drive in it. I'd like to run some software on that G5 that does some snapshot and archiving over the network of the data running on my lamp server.
Ideally i'd like something that has a simple admin gui that allows me to browse and restore files.
What would be a good piece of software?
Thanks
Jason
rsnapshot is what you are looking for—it gives all the functionality of Apple's Time Machine on Linux systems, except for the GUI for browsing. It creates snapshot backups using the power of hard links & rsync(1) so that it only has to copy newly created or changed files.
While rsnapshot doesn't provide any facility for viewing the backups, it stores them as normal directories, so you can view them in any file manager. The backups folder for my system looks like this:
I am using backuppc as a backup/restore application. It has a good web interface that is easy to use. You can define the hosts and then define the directories on each one.
It can run on any Linux distribution not just ubuntu.