<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Oct 12, 2016 at 8:30 PM, Kip Warner <span dir="ltr"><<a href="mailto:kip@thevertigo.com" target="_blank">kip@thevertigo.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I think the key insight was in the strace log which showed the select() call was timed out.</blockquote><div><br></div><div>No, that's totally expected. While select() is waiting for I/O to arrive, it returns to rsync every 60 seconds to allow it to decide if it wants to continue waiting or do something else. You have to find the process that is exiting first to discover why the connection is closing. This assumes that it's not a network issue, where all of the programs get a closed-connection error.<br clear="all"><div><div class="gmail_signature" data-smartmail="gmail_signature">..wayne..</div></div>
</div></div></div></div>