> Of course, how it does that is a mystery to me - without
> fully comparing both versions, how can it create a diff? I
> guess that's what made it PhD material...
IIRC, it does a chunk by chunk md5 checksum on each file and transfers
only the differing chunks.
Quite clever indeed.