I have been combing sourceforge.net and Google for an automated backup program like Powerquest’s Datakeeper (bundled with Partition Magic). I’ve found rsync and rdiff-backup, but neither have a GUI interface or any type of management application. So in order to backup several directories, I would have to write a bash script and have several cron jobs scheduled to run every hour or so. Datakeeper backs up files on the fly, as they are changed. Any one know of such an application that will run on Linux?
-
-
Tags
-
Archives
-
- Internet Marketing Canada
- Read Our Impartial Acai Berry Reviews
- Legal Help by Rominger Legal
- Sayings for Wedding
- Best worldwide web hosting plans
dwight spencer
I’ve never done much backups in linux (probably should!), but you may want to use some sort of utility that monitors files for changes. While it’s a security app, you could use tripwire to detect file changes, then archive,backup,rsync those files. A quick search on google wasn’t very helpful, as you mentioned, but i found this, which may help
http://www.linuxjournal.com/article.php?sid=4360
dwight.
August 29th, 2004 at 11:11am