From e0d30a22d751ec95644b89c12dea01a5e0137b77 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Tue, 2 Jun 2020 17:21:51 -0700 Subject: [PATCH] Mention that `rsync --version` outputs checksum & compress lists. --- rsync.yo | 4 ++++ 1 file changed, 4 insertions(+) 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. -- 2.47.2