since you are already doing a database dump and backing that up, why not
split the file up in to chunks?  if you use something like rar or 7z you can
split the compressed files up nicely.  you could also do some magic with tar
and gz.  This would save rsync the headache of md4/md5 on such a large file,
which is likely where the issue is.  If you break the file up into 700MB
chunks or something you will be in good shape.

On Fri, Feb 13, 2009 at 12:24 AM, Craig Barratt <
cbarr...@users.sourceforge.net> wrote:

> Tony writes:
>
> > I missed the original post, but  I run rsync with the --whole-file
> > option, but I still get RStmp files, is that not supposed to happen?
>
> RStmp is a temporary file used to store the uncompressed pool file,
> which is needed for the rsync algorithm.  It's only used for larger
> files - smaller files are uncompressed in memory.
>
> RStmp is independent of --whole-file.
>
> Craig
>
>
> ------------------------------------------------------------------------------
> Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco,
> CA
> -OSBC tackles the biggest issue in open source: Open Sourcing the
> Enterprise
> -Strategies to boost innovation and cut costs with open source
> participation
> -Receive a $600 discount off the registration fee with the source code:
> SFAD
> http://p.sf.net/sfu/XcvMzF8H
> _______________________________________________
> 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/
>
------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
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