Last active
August 15, 2018 22:10
-
-
Save gsilos/f24dd5de6f9c7339460534113bec02d9 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
look the comentary of this gist :D |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
create basic blocks
build one house.
check
check md5
rsync for the first time.
as we can see, it send the three blocks plus the house to the other side.
a total of 6,293,258 bytes were sent through the network.
now lets build a different house with the same blocks.
now lets check md5
so, blocks 1,2 and 3 are still the same. only the house is new.
now lets rsync it.
Now we see that only 9,504 bytes were transfered through the network.
That means that rsync is doing the magic of block transfer. O.o
PS: TODO: test with block files @ 1GB