Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot use --write-batch with --compress-choice=zstd. #652

Open
iago-lito opened this issue Oct 21, 2024 · 0 comments
Open

Cannot use --write-batch with --compress-choice=zstd. #652

iago-lito opened this issue Oct 21, 2024 · 0 comments

Comments

@iago-lito
Copy link

It seems that the following works:

$ mkdir a b
$ rsync --compress-choice=zstd a b
skipping directory a

But the following fails:

$ rsync --write-batch --compress-choice=zstd a b
Your --compress-choice value (zstd) was refused by the server.
rsync error: requested action not supported (code 4) at compat.c(449) [Receiver=3.3.0]
skipping directory a
rsync: connection unexpectedly closed (0 bytes received so far) [sender]
rsync error: error in rsync protocol data stream (code 12) at io.c(231) [sender=3.3.0]

It is unclear from the docs why or how to fix it. Possibly this is just not supported yet?

@iago-lito iago-lito changed the title Cannot use --write-batch with --compress-choice=zstd. Cannot use --write-batch with --compress-choice=zstd. Oct 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant