Hi everyone,<br>
<br>
I'm trying to implement calculation of overall progress for rsync.<br>
Currently it shows progress only on per file basis.<br>
<br>
So I need for the feature size of all files to be synced -<br>
this is obvious and already exists in the code.<br>
<br>
I can calculate size of transferred files,<br>
but I can't find the piece of code that is responsible for<br>
calculation of checksums. I don't understand which part of code<br>
compares chunks of files and evaluates which of them should be<br>
actually transferred.<br>
<br>
So the question is: where is the source code responsible for checksums<br>
calculation and chunks transfer?<br>
<br>
Thanks,<br>
Victor.