<div dir="ltr">I am using rsync in my project for copying database binary files over the network from active module to standby module.<div style>Once in a while files found to be corrupt on standby module when copying is done first time.When I checked the active module</div>
<div style>at that time files found to be proper.</div><div style>rsync is completing successful without giving any errors. </div><div style>On comparing both files I see a big hole in standby file filled with 0's. </div>
<div style>Below is my rsync command - </div><div style><br></div><div style>rsync -a  -c  -v --delete  --timeout=250 --contimeout=30 --temp-dir=xxxx   srcfile    dstfile</div><div style>rsync is running in daemon mode.</div>
<div style>OS - QNX</div><div style>rsync version - 3.0.9</div><div style><br></div><div style>On trying to sync same files again sync happened properly.</div><div style><br></div><div style>Does anybody have similar kind of issues?</div>
<div style><br></div><div style>Please help me in this regard.</div><div style><br></div><div style><br></div><div style><br></div><div style><br></div><div style><br></div><div style><br></div><div style><br></div><div style>
<br></div></div>