From: Wayne Davison Date: Fri, 9 Jul 2021 18:57:35 +0000 (-0700) Subject: Update the options in rrsync. X-Git-Tag: v3.2.4pre1~77 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=35d4f6737a57c88978b6e954506e9c73f8c10ccf;p=thirdparty%2Frsync.git Update the options in rrsync. --- 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,