readme.rsync

来自「Rsync 3.0.5 source code」· RSYNC 代码 · 共 32 行

RSYNC
32
字号
READ THIS BEFORE TRYING TO DYNAMICALLY LINK RSYNC AND ZLIB!zlib has been adapted slightly for use in rsync. Please don't botherthe zlib authors with problems related to the use of zlib in rsync asany bugs are likely to be our fault and not theirs.Specific changes that have been made to zlib for rsync include:- add Z_INSERT_ONLY to allow for efficient history updating without  actually emitting any data. This is used to compress the matched  blocks that don't cross the wire, which gives better compression  ratios on the literal data.- fixed a number of minor compilation issues. (redefinition of MAX and  other such trivial things)- include rsync.h to ensure that we get a consistent set of includes  for all C code in rsync and to take advantage of autoconfAs a result of the first item, the streams from rsync's version ofzlib are *not compatible* with those produced by the upstream versionof rsync.  In other words, if you link rsync against your system'scopy, it will not be able to interoperate with any other version ifthe -z option is used.  (Sorry.  Sometimes standard is better thanbetter.)The rsync maintainers hope to fix this problem in the future by eithermerging our changes into the upstream version, or backing them out ofrsync in a way that preserves wire compatibility.  But in the meantimethis version must be maintained in parallel.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?