]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
Improve checkcsum/compress info that may differ between packaged versions.
authorWayne Davison <wayne@opencoder.net>
Fri, 12 Jun 2020 04:57:37 +0000 (21:57 -0700)
committerWayne Davison <wayne@opencoder.net>
Fri, 12 Jun 2020 05:03:10 +0000 (22:03 -0700)
rsync.1.md

index 743d3b92af5260b56f54f5909be2142f05e83455..47b16acb61e36044e042c6ebe6908fe7d24e48c9 100644 (file)
@@ -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