<div dir="ltr"><div class="gmail_extra">On Mon, Jun 17, 2013 at 5:23 AM, Ian Smairk <span dir="ltr"><<a href="mailto:smairk@aol.com" target="_blank">smairk@aol.com</a>></span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">

<font color="black" face="arial">
<div><span style="font-family:Arial,Helvetica,sans-serif">Is it possible to completely turn off time synchronization? Because windows (cygwin) targets seem unable to handle them, and I'm basically using rsync -ri as a remote diff. I want to verify that ftp'd files are faithfully transferred (no CRLF bull, for example).</span><br>

</div></font></blockquote><div><br></div>To check file contnets you need -c.  Without that you're comparing size and mtime, and the capital T is just telling you that the required file transfer (due to those not matching) is going to set the mtime to "now".  You could also try --size-only, but I don't recommend it (since files sometimes change content w/o changing size).</div>

<div><br></div><div>There are several ways to speed-up a checksum transfer if you find that it is too slow.  The patch checksum-updating.diff handles that via text files inside the file hierarchy. The db.diff patch handles it via external databases (mysql or sqlite are currently supported).  I have been updating db.diff for the 3.1.0 version just recently since I started to use it at work recently.</div>

<br>..wayne..
</div></div>