On 06/29 08:21 , Rob Owens wrote: > Should I have the BackupPC server in office A do a nightly backup of all > the file shares in office B? Or should office A do a nightly backup of > the pool directory in office B? Or should I simply rsync the pool > directory from office B to office A every night using a cron job?
Don't try to rsync the pools. The number of hardlinks (lots of files) will be murderous on the rsync memory requirements. Just do backups in parallel; with office A backing up office B's machines once per day, and vice versa. -- Carl Soderstrom Systems Administrator Real-Time Enterprises www.real-time.com ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ BackupPC-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/backuppc-users http://backuppc.sourceforge.net/
