summaryrefslogtreecommitdiff
path: root/support
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2013-10-04 13:57:58 -0700
committerWayne Davison <wayned@samba.org>2013-10-04 13:59:04 -0700
commit637ebad0482e1624b7231e774eccc934915b9808 (patch)
tree6b98c47ab9b788e000d7483104d7bca1a20c2e15 /support
parent487bf9290cc9ad050bf98efa5dbf174205715bb3 (diff)
downloadrsync-637ebad0482e1624b7231e774eccc934915b9808.tar.gz
A few more new options that rsync 3.1.0 can pass.
Diffstat (limited to 'support')
-rw-r--r--support/rrsync3
1 files changed, 2 insertions, 1 deletions
diff --git a/support/rrsync b/support/rrsync
index e3c5d41a..9163f1a8 100644
--- a/support/rrsync
+++ b/support/rrsync
@@ -51,7 +51,7 @@ die "$0 -ro: sending to read-only server not allowed\n" if $ro && !$am_sender;
# To disable a short-named option, add its letter to this string:
our $short_disabled = 's';
-our $short_no_arg = 'ACDEHIKLORSWXbcdgklmnoprstuvxz'; # DO NOT REMOVE ANY
+our $short_no_arg = 'ACDEHIJKLORSWXbcdgklmnoprstuvxyz'; # 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:
@@ -103,6 +103,7 @@ our %long_opt = (
'only-write-batch' => 1,
'partial' => 0,
'partial-dir' => 2,
+ 'preallocate' => 0,
'remove-sent-files' => $ro ? -1 : 0,
'remove-source-files' => $ro ? -1 : 0,
'safe-links' => 0,