summaryrefslogtreecommitdiff
path: root/support/rrsync
diff options
context:
space:
mode:
authorWayne Davison <wayne@opencoder.net>2021-07-09 11:57:35 -0700
committerWayne Davison <wayne@opencoder.net>2021-07-09 11:58:27 -0700
commit35d4f6737a57c88978b6e954506e9c73f8c10ccf (patch)
treec6b509a362104e7771cdc0a3dc074c13a072fc4f /support/rrsync
parent291a042b3e6cdca6a2c48e796c9fcd2b83193311 (diff)
downloadrsync-35d4f6737a57c88978b6e954506e9c73f8c10ccf.tar.gz
Update the options in rrsync.
Diffstat (limited to 'support/rrsync')
-rw-r--r--support/rrsync5
1 files changed, 4 insertions, 1 deletions
diff --git a/support/rrsync b/support/rrsync
index eabec3dc..e9659919 100644
--- a/support/rrsync
+++ b/support/rrsync
@@ -62,7 +62,7 @@ die "$0 reading from write-only server not allowed\n" if $only eq 'w' && $am_sen
# To disable a short-named option, add its letter to this string:
our $short_disabled = 's';
-our $short_no_arg = 'ACDEHIJKLORSUWXbcdgklmnopqrstuvxyz'; # DO NOT REMOVE ANY
+our $short_no_arg = 'ACDEHIJKLNORSUWXbcdgklmnopqrstuvxyz'; # DO NOT REMOVE ANY
our $short_with_num = '@B'; # DO NOT REMOVE ANY
# To disable a long-named option, change its value to a -1. The values mean:
@@ -115,9 +115,12 @@ our %long_opt = (
'max-delete' => 1,
'max-size' => 1,
'min-size' => 1,
+ 'mkpath' => 0,
'modify-window' => 1,
+ 'msgs2stderr' => 0,
'new-compress' => 0,
'no-implied-dirs' => 0,
+ 'no-msgs2stderr' => 0,
'no-r' => 0,
'no-relative' => 0,
'no-specials' => 0,