diff options
author | Wayne Davison <wayned@samba.org> | 2008-07-11 09:34:28 -0700 |
---|---|---|
committer | Wayne Davison <wayned@samba.org> | 2008-07-11 09:48:33 -0700 |
commit | 29703623381265506d79aa71cecb71a77089e074 (patch) | |
tree | 240ebc362c7bcfd2735899f789ccb3e467863a38 /NEWS | |
parent | 7a2eca415b0d7f40618dd67aa30bafef810b3724 (diff) | |
download | rsync-29703623381265506d79aa71cecb71a77089e074.tar.gz rsync-29703623381265506d79aa71cecb71a77089e074.tar.bz2 rsync-29703623381265506d79aa71cecb71a77089e074.zip |
If the user specifies --protocol=29, rsync will avoid sending an -e
option to the server (which is only useful for protocols 30 and above
anyway). This gives the user an easy way to talk to a restricted
server that has overly restrictive option-checking.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -12,6 +12,9 @@ Changes since 3.0.3: - Added the --remote-option=OPT (-M OPT) command-line option that is useful for things like sending a remote --log-file=FILE or --fake-super option. + - Rsync will not send an -e option to the server if the user specifies the + --protocol=29 option. This lets rsync3 use an overly-restrictive server. + DEVELOPER RELATED: - ... |