On Tue, Sep 14, 2010 at 5:06 AM, Tomasz Chmielewski wrote:
> What is the default value for --compress-level=? 6? 9?
>
Rsync tells the zlib library to "use the default compression", so if we read
zlib's docs, it says this:
Z_DEFAULT_COMPRESSION requests a default comprom
On Tue, 14 Sep 2010, Tomasz Chmielewski wrote:
What is the default value for --compress-level=? 6? 9?
The fine manual only mentions:
--compress-level=NUM
Explicitly set the compression level to use (see
--compress) instead of letting it default. If NUM is
What is the default value for --compress-level=? 6? 9?
The fine manual only mentions:
--compress-level=NUM
Explicitly set the compression level to use (see --compress)
instead of letting it default. If NUM is non-zero, the --compress option is
implied.
Also, what are