summaryrefslogtreecommitdiff
path: root/support/rrsync
diff options
context:
space:
mode:
authorWayne Davison <wayne@opencoder.net>2020-06-13 22:11:37 -0700
committerWayne Davison <wayne@opencoder.net>2020-06-13 22:11:37 -0700
commit7b1f8f57c3cb4ab1b855f398ef78ed305fa6ace6 (patch)
tree40954336864a807379a486efdd582bfe11a64823 /support/rrsync
parentc32012d1997cab9eae113b8502e0ed9183f0bf4c (diff)
downloadrsync-7b1f8f57c3cb4ab1b855f398ef78ed305fa6ace6.tar.gz
Update rrsync & its opt-culling script.
Diffstat (limited to 'support/rrsync')
-rw-r--r--support/rrsync4
1 files changed, 3 insertions, 1 deletions
diff --git a/support/rrsync b/support/rrsync
index a538fbba..c9bf39f3 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 = 'ACDEHIJKLORSUWXbcdgklmnoprstuvxyz'; # DO NOT REMOVE ANY
+our $short_no_arg = 'ACDEHIJKLORSUWXbcdgklmnopqrstuvxyz'; # 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:
@@ -76,6 +76,7 @@ our %long_opt = (
'checksum-choice' => 1,
'checksum-seed' => 1,
'compare-dest' => 2,
+ 'compress-choice' => 1,
'compress-level' => 1,
'copy-dest' => 2,
'copy-unsafe-links' => 0,
@@ -120,6 +121,7 @@ our %long_opt = (
'no-relative' => 0,
'no-specials' => 0,
'numeric-ids' => 0,
+ 'old-compress' => 0,
'one-file-system' => 0,
'only-write-batch' => 1,
'open-noatime' => 0,