Skip to content
Discussion options

You must be logged in to vote

One thing you can do with a default rsync is to use --debug=deltasum2 or higher on the transfer and then sift through the info of the chunk data. It only gives you file offsets for what matched and (for higher levels) how much literal data was received, so an additional tool would need to transform that info into some kind of diff using the original files. You could also tweak the source in receiver.c if you wanted to make it output the file data that it is manipulating into an additional diff stream.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by WayneD
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #287 on February 07, 2022 16:46.