Hi,<br><br>We use one server from which many other clients download files. This operates in daemon mode over ssh. Is it possible that there is a max number of connections the rsyncd can have on the server? Where is this value set?<br>
<br>This is what I see on the client side:<br><br>rsync: read error: Connection reset by peer (131)<br>rsync error: error in rsync protocol data stream (code 12) at io.c(759) [receiver=3.0.6]<br>rsync: connection unexpectedly closed (88 bytes received so far) [generator]<br>
rsync error: error in rsync protocol data stream (code 12) at io.c(600) [generator=3.0.6]<br><br><br>This was while rsync was operating on a sparse file, I have since added the --sparse flag to it.<br><br><br><br>