rsync 3.0.7 intermittent failures with many large files

2010-05-24 Thread andrew . marlow
makes me think that it might actually be a problem with rsync. Maybe rsync should watch out for temporary loss of network connectivity or slowness like you get in WANs sometimes. Maybe it should tolerate these sorts of errors subject to a maximum number of retries. Regards, Andrew Marlow NO

rsync 3.0.7 network errors on MS-Windows

2010-06-02 Thread andrew . marlow
, and regardless of which operating system? Regards, Andrew Marlow ___ This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immedi

Re: rsync 3.0.7 network errors on MS-Windows

2010-06-02 Thread andrew . marlow
machines I got these errors from over a dozen today. That's more than usual but it's all random when it comes down to it. I wonder who else is rsyncing on this scale. Regards, Andrew Marlow Internet ja...@shareable.org 02/06/2010 13:55 To Andrew MARLOW cc rsync@lists.samba.org

Re: rsync 3.0.7 network errors on MS-Windows

2010-06-21 Thread andrew . marlow
The machines to which I distribute have changed and the new machines have the older version of rsync, 2.6.6. The problems have gone away. This makes me wonder if it is something that was introduced after 2.6.6... Regards, Andrew Marlow Internet ja...@shareable.org 02/06/2010 13:55 To

Re: Optimising the Rsync algorithm for speed by reverting to MD4 hashing

2010-08-04 Thread andrew . marlow
#x27;t know enough about this bit of the rsync code. If it is trying to defend against this then IMO it should be using an HMAC rather than just a hash code. Assuming it doesn't need these strengths/safeguards then maybe it should use a cheaper (i.e. quicker) hashing algorithm. Regards, And