<div dir="ltr">Hello,<br><br>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:<br>rsync --times --recursive --delete --timeout = 0 --force --verbose --inplace --progress --no-file-file -e "ssh -p 22" /home/ root@192.168.0.1:/House/<br><br>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.<br>The reading of 400GB file takes time. So how to make Rsync read the destination and source files at the same time?<br><br>Thank you<br clear="all"><div><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><br></div></div></div></div></div>