Displaying 1 result from an estimated 1 matches for "vnlogdtprzd".
Did you mean:
vnlogdtprze
2018 May 15
1
rsync sends -C and -x options silently
...server, even though they are not set on the client side. The client is
called like this:
rsync -rlptgo -qz --del --timeout=180 user at server /local/path
On the server, we have a wrapper script that parses all the options that
the client sends, with:
options=$(getopt -l server,sender,timeout: -o vnlogDtprzde.iLsf --
$SSH_ORIGINAL_COMMAND)
Now getopt keeps emitting errors that the -C and -x options are
unrecognised.
Is this a recent change in rsync to set these options even if the user
hasn't specified them?
Regards,
Anand