diff options
author | Wayne Davison <wayned@samba.org> | 2014-04-19 12:11:11 -0700 |
---|---|---|
committer | Wayne Davison <wayned@samba.org> | 2014-04-19 12:18:19 -0700 |
commit | 22a3ac0b5538ec6c1ff222570413cbdb74fef67b (patch) | |
tree | b19fda9d310b51d5673d53426cf37520c7166ae3 /batch.c | |
parent | 1524c2e5c73c6d237f8308afc19186e7656aaa44 (diff) | |
download | rsync-22a3ac0b5538ec6c1ff222570413cbdb74fef67b.tar.gz rsync-22a3ac0b5538ec6c1ff222570413cbdb74fef67b.tar.bz2 rsync-22a3ac0b5538ec6c1ff222570413cbdb74fef67b.zip |
Add new-style compression that skips matching data.
Adding new-style compression that only compresses the literal data that
is sent over the wire and not also matching file data that was not sent.
This new-style compression is compatible with external zlib instances,
and will eventually become the default (once enough time has passed that
all servers support the --new-compress and --old-compress options).
NOTE: if you build rsync with an external zlib (i.e. if you specified
configure --with-included-zlib=no) you will ONLY get support for the
--new-compress option! A client will treat -z as uncompressed (with a
warning) and a server will exit with an error (unless -zz was used).
Diffstat (limited to 'batch.c')
0 files changed, 0 insertions, 0 deletions