Brad Penner said: > I am tired of spending all my time debugging Legato problems > and constantly swapping out tapes. So I've decided to switch > to a disk-based backup solution. What is a good method to > do a daily backup of say 10 solaris/bsd/linux servers to a > single linux box? I could just rsync I suppose, but there has > to be a way to archive stuff daily without wasting space with > a full copy of each server every day. Something like a NetApp > .snapshot would be ideal.
rsync has an option to do hard links ..so you can have multiple copies of the data but have it take up not much more space(only the stuff that's changed). I haven't tried this myself but my former boss implimented such a system at some company and said it worked well. my rsync script is here: http://portal.aphroland.org/resources/rsync/rsync-script.tar it does not impliment this feature. nate -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman.redhat.com/mailman/listinfo/redhat-list