I&#39;m attempting to maintain a mirror of a remote database, ~ 66Gb on a FreeBSD platform. I do not have direct access to the database except by rsync, anon. ftp  etc.<br><br>I&#39;m running rsync nightly from crontab, with the<br>
cmd<br>/usr/local/bin/rsync -avvv --port=33444 ftp.filesource.org::ftp . &gt;&gt; rsynclog<br>generated the following in the cron report<br><br>First error<br>[1]<br>rsync error: received SIGINT, SIGTERM, or SIGHUP (code 20) at rsync.c(562) [receiver=3.0.7]rsync error: received SIGINT, SIGTERM, or SIGHUP (code 20) at rsync.c(562) [generator=3.0.7]<br>
<br>Subsequent runs =&gt;<br><br>[2]<br>rsync: read error: Connection reset by peer (54)rsync: writefd_unbuffered failed to write 4092 bytes to socket [generator]: Broken pipe (32)<br>rsync error: error in rsync protocol data stream (code 12) at io.c(1530) [generator=3.0.7]<br>
rsync error: received SIGUSR1 (code 19) at main.c(1288) [receiver=3.0.7]<br><br>from rsynlog<br>tail -10 =&gt;<br>---<br>---<br>recv_generator(data/structures/divided/XML-extatom/bv/1bvb-extatom.xml.gz,598114)<br>data/structures/divided/XML-extatom/bv/1bvb-extatom.xml.gz is uptodate<br>
<br>Seems to indicate that the system works, up to a stsge when the pipe is broken or the conection is reset.<br><br>I could not find any clear explanation of this on the net or FAQ.<br>The FAQ mentions this type of error but requires acess to rsyncd running on the remote site.<br>
<br>Is the synchronization completed after the &#39;reset&#39; ?<br>And what is the workaround or corrective steps for this?<br><br>Thanks!!<br><br>