From: Wayne Davison Date: Fri, 12 Jun 2020 04:57:37 +0000 (-0700) Subject: Improve checkcsum/compress info that may differ between packaged versions. X-Git-Tag: v3.2.0pre1~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=58680edb1278a8958375cf470974c4455bd6a74a;p=thirdparty%2Frsync.git Improve checkcsum/compress info that may differ between packaged versions. --- diff --git a/rsync.1.md b/rsync.1.md index 743d3b92..47b16acb 100644 --- a/rsync.1.md +++ b/rsync.1.md @@ -1463,8 +1463,15 @@ your home directory (remove the '=' for that). comma-separated names are supplied, the first name affects the transfer checksums, and the second name affects the pre-transfer checksums (`-c`). - The algorithm choices are "auto", "xxh64" (aka "xxhash"), "MD5", "MD4", and - "none". + The checksum options that you may be able to use are: + + - `auto` (the default) + - `xxh64` (aka xxhash) + - `md5` + - `md4` + - `none` + + Run `rsync -V` to see the default checksum list compiled into your version. If "none" is specified for the first (or only) name, the `--whole-file` option is forced on and no checksum verification is performed on the @@ -1491,8 +1498,6 @@ your home directory (remove the '=' for that). enough to handle a checksum negotiation list, the list is silently ignored unless it contains the string "FAIL". - Use "rsync -V" to see the default checksum list. - The use of the `--checksum-choice` option overrides this environment list. 0. `--one-file-system`, `-x` @@ -2266,7 +2271,15 @@ your home directory (remove the '=' for that). This option can be used to override the automatic selection of the compression algorithm that is the default when `--compress` is used. - Currently the STR can be "zlibx", "zlib", or "none". + The compression options that you may be able to use are: + + - `zstd` + - `lz4` + - `zlibx` + - `zlib` + - `none` + + Run `rsync -V` to see the compress list compiled into your version. The "zlibx" algorithm is given preference over "zlib" if both sides of the transfer are at least version 3.2.0, otherwise it will choose "zlib" unless @@ -2286,8 +2299,6 @@ your home directory (remove the '=' for that). enough to handle a compression negotiation list, the list is silently ignored unless it contains the string "FAIL". - Use "rsync -V" to see the default compress list. - 0. `--compress-level=NUM` Explicitly set the compression level to use (see `--compress`) instead of