<div dir="ltr">On Sat, Aug 3, 2013 at 12:26 PM, AZ 9901 <span dir="ltr"><<a href="mailto:az9901@gmail.com" target="_blank">az9901@gmail.com</a>></span> wrote:<br><div class="gmail_extra"><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">

I understand that it will avoid timeouts reached by the daemon while the client is working on its side (file list generation etc...).<br>
But will it also help when the daemon is working on its side ? (file deletion as in my example above)<br></blockquote><div><br></div><div>You're not using a daemon -- you're using ssh to run rsync remotely.</div>

<div><br></div><div>Both sides of the transfer try to periodically send a keep-alive message if too much time has elapsed since some data was transferred.  However, rsync does not always check this enough in some circumstances.  Version 3.1.0 has an improved keep-alive setup that may help you, but if not, you either need to increase the timeout or eliminate it (most transfers don't need it).</div>

<br clear="all"><div>..wayne.. </div></div></div></div>