Skip to content

Replicating binary file difference using VolSync (rsync-tls) #860

Answered by JohnStrunk
dheerajjoshim asked this question in Q&A
Discussion options

You must be logged in to vote

VolSync uses rsync directly to do the replication, so the optimizations are what rsync supports.
A description of the rsync process is here: https://rsync.samba.org/how-rsync-works.html

The short answer is: It should only transfer the changed data blocks within the file, but the full file will be read (on both sides) in order to calculate the differences.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@dheerajjoshim
Comment options

@JohnStrunk
Comment options

@dheerajjoshim
Comment options

Answer selected by dheerajjoshim
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