Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions rsync.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand Down
Loading