On 10/04 01: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..
that's how you do it. Backups are done on a per-host basis; so if you want multiple backups for a single host, you need to set up multiple 'hosts' that are all aliases for the same IP address. -- Carl Soderstrom Systems Administrator Real-Time Enterprises www.real-time.com ------------------------------------------------------- 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/
