<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Oct 16, 2016 at 1:17 PM, B. S. <span dir="ltr"><<a href="mailto:bs27975@gmail.com" target="_blank">bs27975@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div id="m_-5553061262116387208gmail-:31i" class="m_-5553061262116387208gmail-a3s m_-5553061262116387208gmail-aXjCH m_-5553061262116387208gmail-m157cf4314ce1e790">I have for the longest time been seeing '.L..t......'s in my rsync log, despite no changes to such in quite some time, and in trying to track it down, been baffled.<br></div></blockquote></div><br>This means that rsync is trying to set the timestamp on the symlink to match the modify-time on the source symlink.  The initial dot tells you that no "transfer" is happening (i.e. no change in symlink value). Some filesystems don't allow a symlink's mtime to be set, so rsync can keep trying to set the time and never be able to succeed.  You may want to use this option: --omit-link-times (-J).<br><br clear="all"><div><div class="m_-5553061262116387208gmail_signature">..wayne..</div></div>
</div></div>