I actually do this on my tru64 unix and my sco unix machines.  This works
quite well.  It also uses up way less RAM with rsync, which is good because
some of the tru64 machines don't have a lot of extra RAM.

I have one specific tru64 alpha 4cpu machine that I have 4 hosts setup for
and I trigger all 4 hosts for backup at the same time with cron as they are
1Ghz cpus and I can peg all 4 and complete backupps much quicker as my scsi
disk array is much much faster that the cpus can handle.  I have one backup
the / with exclusions for each directory I will backup with one of the other
backups, then the other machines are backing up all the other directories.
I just did some guess work on how to split it up efficiently by comparing
file count and then filesize.  This works very well and I can get an
incremental backup done in about 20 minutes and a full in under an hour.
its about 12GB worth of data, but an alpha es45 is not exactly the fastest
machine around these days.  I also dont have many files that change, maybe
100, but a few of them are 1GB+ each day.

On Fri, Jun 6, 2008 at 3:14 PM, Hendrik Friedel <[EMAIL PROTECTED]> wrote:

> Hi,
>
> My backups often don't complete due to time-outs (or whatever).
> Would it make sense, to split the rsyncd share into several shares (for
> example: /pictures /data /[rest]), in order to make it more likely, that a
> backup finishes, and that I don't have to start from scratch if the whole
> backup was not complete?
>
> How would I do this?
>
> Greetings,
> Hendrik
>
>
> -------------------------------------------------------------------------
> Check out the new SourceForge.net Marketplace.
> It's the best place to buy or sell services for
> just about anything Open Source.
> http://sourceforge.net/services/buy/index.php
> _______________________________________________
> BackupPC-users mailing list
> BackupPC-users@lists.sourceforge.net
> List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
> Wiki:    http://backuppc.wiki.sourceforge.net
> Project: http://backuppc.sourceforge.net/
>
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/

Reply via email to