<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Wed, Dec 31, 2014 at 2:34 AM, Ingo Brückl <span dir="ltr"><<a href="mailto:ib@wupperonline.de" target="_blank">ib@wupperonline.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">/tmp was actually on a tmpfs and no idea why this happens</blockquote><div><br></div><div>Thanks for pointing that out.  I couldn't reproduce the issue until I ran the tests on a tmpfs mount, and discovered that rsync is optimizing away a utimensat() call if it thinks that the file already has the right time set (which is just a comparison of the mtime integer seconds).  So, the faster run on a tmpfs mount caused the initial rsync copy to not bother to set the nanosecond time value on the newly created file.  I'll look into a fix for this soon.</div><div><br></div><div>..wayne..</div></div></div></div>