From 51aa663e9a58faaf6854582b577a355687556a06 Mon Sep 17 00:00:00 2001 From: Zen Dodd Date: Sat, 6 Jun 2026 13:29:13 +1000 Subject: [PATCH] docs: clarify batch compression limits --- rsync.1.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rsync.1.md b/rsync.1.md index 2b4b75087..500accf87 100644 --- a/rsync.1.md +++ b/rsync.1.md @@ -3701,9 +3701,9 @@ expand it. also the [`--only-write-batch`](#opt) option. This option overrides the negotiated checksum & compress lists and always - negotiates a choice based on old-school md5/md4/zlib choices. If you want - a more modern choice, use the [`--checksum-choice`](#opt) (`--cc`) and/or - [`--compress-choice`](#opt) (`--zc`) options. + negotiates a choice based on old-school md5/md4/zlib choices. This means + batch mode is not compatible with newer compression choices such as zstd or + lz4. 0. `--only-write-batch=FILE`