You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ 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?
The text was updated successfully, but these errors were encountered:
iago-lito
changed the title
Cannot use --write-batch with --compress-choice=zstd.
Cannot use --write-batch with --compress-choice=zstd.
Oct 21, 2024
It seems that the following works:
But the following fails:
It is unclear from the docs why or how to fix it. Possibly this is just not supported yet?
The text was updated successfully, but these errors were encountered: