From: Wayne Davison Date: Wed, 3 Jun 2020 00:21:51 +0000 (-0700) Subject: Mention that `rsync --version` outputs checksum & compress lists. X-Git-Tag: v3.2.0pre1~65 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e0d30a22d751ec95644b89c12dea01a5e0137b77;p=thirdparty%2Frsync.git Mention that `rsync --version` outputs checksum & compress lists. --- diff --git a/rsync.yo b/rsync.yo index 72812930..3db3f3e8 100644 --- a/rsync.yo +++ b/rsync.yo @@ -1413,6 +1413,8 @@ unknown checksum names. If the remote rsync is not new enough to handle a checksum negotiation list, the list is silently ignored unless it contains the string "FAIL". +Use bf(rsync --version) to see the default checksum list. + The use of the bf(--checksum-choice) option overrides this environment list. dit(bf(-x, --one-file-system)) This tells rsync to avoid crossing a @@ -2107,6 +2109,8 @@ names. If the remote rsync is not new enough to handle a compression negotiation list, the list is silently ignored unless it contains the string "FAIL". +Use bf(rsync --version) to see the default compress list. + dit(bf(--compress-level=NUM)) Explicitly set the compression level to use (see bf(--compress)) instead of letting it default. If NUM is non-zero, the bf(--compress) option is implied.