rsync taking a while on really large files

2010-01-15 Thread David Trammell
Can anyone suggest a good way to speed up rsync on really large files? In particular, when I rsync the mail spool directory, I have a few users with inboxes over 1GB and up and it seems to take a very long time to just compare the files. Maybe it would be faster to copy from scratch for files

Re: rsync taking a while on really large files

2010-01-15 Thread leen
On 01/15/2010 07:22 PM, David Trammell wrote: Can anyone suggest a good way to speed up rsync on really large files? In particular, when I rsync the mail spool directory, I have a few users with inboxes over 1GB and up and it seems to take a very long time to just compare the files. Maybe it

Re: rsync taking a while on really large files

2010-01-15 Thread David Trammell
suppose either way I can test it to see, which is faster, but if someone can clarify the behavior I'd appreciate it. Thanks, David - Original Message - From: l...@consolejunky.net To: rsync@lists.samba.org Sent: Friday, January 15, 2010 12:40 PM Subject: Re: rsync taking a while

Re: rsync taking a while on really large files

2010-01-15 Thread leen
...@consolejunky.net To: rsync@lists.samba.org Sent: Friday, January 15, 2010 12:40 PM Subject: Re: rsync taking a while on really large files On 01/15/2010 07:22 PM, David Trammell wrote: Can anyone suggest a good way to speed up rsync on really large files? In particular, when I rsync the mail spool

Re: rsync taking a while on really large files

2010-01-15 Thread Paul Slootman
On Fri 15 Jan 2010, David Trammell wrote: I saw the -W option, but I wasn't sure about how it behaves as the man pages don't have many details, and I thought there might be other options I missed. For -W the man page just says copy files whole (w/o delta-xfer algorithm) Take a moment to