I am using rsync in my project for copying database binary files over the
network from active module to standby module.
Once in a while files found to be corrupt on standby module when copying is
done first time.When I checked the active module
at that time files found to be proper.
rsync is completing successful without giving any errors.
On comparing both files I see a big hole in standby file filled with 0's.
Below is my rsync command -

rsync -a  -c  -v --delete  --timeout=250 --contimeout=30 --temp-dir=xxxx
srcfile    dstfile
rsync is running in daemon mode.
OS - QNX
rsync version - 3.0.9

On trying to sync same files again sync happened properly.

Does anybody have similar kind of issues?

Please help me in this regard.
-- 
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Reply via email to