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