2011 LinuxQuestions.org Members Choice AwardsThis forum is for the 2011 LinuxQuestions.org Members Choice Awards.
You can now vote for your favorite products of 2011. This is your chance to be heard! Voting ends on February 9th.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Simple and easy to use. Has support for most operating systems so works very well in a heterogenous environment. The backups are always consistent. The technical staff are top notch.
Last edited by MeenaSequeira; 02-07-2012 at 05:30 PM.
I use rsync and amanda. Rsync is nice when I have lots of extra disk space.
Amanda is nice for running a tape drive.
We have 500Tbytes of data and do not have bandwidth to run full backups of all these data.
Rsync is used to capture only the changes.
Caution: when using rsync with the --delete function, be sure there is good data in the source directories.
I was burned badly when a cron job kicked of a rsync task with the --delete option and the
source was an empty diretory. All data in the target directory was be ERASED!
I was burned badly when a cron job kicked of a rsync task with the --delete option and the
source was an empty diretory. All data in the target directory was be ERASED!
Give luckybackup a try lhb.
It utilizes rsync and will never perform an empty dir transfer
Distribution: Solaris 9 & 10, Mac OS X, Ubuntu Server
Posts: 1,189
Rep:
Amanda has a large user base. They don't make much noise, because it pretty much just works once it's set up. I have several Amanda servers working across several departments, and I just keep a casual eye on them, occasionally reviewing and checking backups. I once had a major tape drive failure that took a few days to resolve (hardware repair). I didn't have time to worry about Amanda. On its own, Amanda saw the tape drive failure, checked how much holding disk was available, and dropped back to incremental backups only, to conserve space. It sent me a report and continued working that way until the drive was back up. When the drive became available, Amanda saw it on its own, flushed all the incremental backups to the next tape, and proceeded to catch up with full backups. Pretty amazing and intelligent. I never had to touch it through the whole process.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.