On Tue, 2005-10-04 at 13:14, Nate Carlson wrote:
> I'm backing up a host with ~250gb of data via rsync.. it works fine, but 
> the single rsync process takes *forever* to finish, and if there are any 
> problems somewhere in the middle, it causes problems. Is there an easy way 
> to split the remote host up into many logical segments (/home, /var, etc), 
> and have each backed up separately? If so, how do you go about this?
> 
> I realize I could create separate "hosts" for each backup, but that seems 
> like a bit of a pain..

You can split on filesystem boundaries by adding the --one-file-system
option to the rsync command and all mount points that you want to
back up to $Conf{RsyncShareName}.  I do that routinely to avoid walking
into mounted CD's or temporary NFS mounts, but you have to realize that
things that aren't mentioned in the list don't get backed up.  It may
not help if you have everything on one filesystem or an uneven
distribution.  Adding memory to the backuppc server might help.

-- 
  Les Mikesell
    [EMAIL PROTECTED]




-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
BackupPC-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/

Reply via email to