When syncing large files over a slow link, it is often useful to use delta compression in order to reduce the bandwidth used. It is also useful to compress files as they take up much less space.
However, many compression algorithms have the unwanted side affect of changing large portions of the compressed output when only a small change has been made in the source.
So, what are some compression algorithms/utilities which create similar compressed blobs from similar source files?