Hello,

I synchronize a directory containing about ten files of about 600 GB each.
Every day, the files are little modified, then I use the arguments rsync
--progress --no-file-file to otmise the transfer. My final command is:
rsync --times --recursive --delete --timeout = 0 --force --verbose
--inplace --progress --no-file-file -e "ssh -p 22" /home/ root@192.168.0.1:
/House/

Everything is working properly. However, I saw that Rsync is going to read
the destination file first then after and only after read the source file
to send the difference.
The reading of 400GB file takes time. So how to make Rsync read the
destination and source files at the same time?

Thank you
-- 
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