summaryrefslogtreecommitdiff
path: root/support/rrsync
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2014-09-04 13:06:13 -0700
committerWayne Davison <wayned@samba.org>2014-09-04 13:44:50 -0700
commitaca7dd3bff75e7acd3912e0e9e084b350ee04ee8 (patch)
treebe442380e02a2495ef5092350b884c3fee819775 /support/rrsync
parentbc55aa04dfe77d2b680eab2ea74b46f8a29e5ccb (diff)
downloadrsync-aca7dd3bff75e7acd3912e0e9e084b350ee04ee8.tar.gz
Adding the long options that BackupPC likes to use.
Diffstat (limited to 'support/rrsync')
-rw-r--r--support/rrsync10
1 files changed, 10 insertions, 0 deletions
diff --git a/support/rrsync b/support/rrsync
index 6f83f9d4..5d2b8ae0 100644
--- a/support/rrsync
+++ b/support/rrsync
@@ -60,6 +60,7 @@ our $short_with_num = 'B'; # DO NOT REMOVE ANY
our %long_opt = (
'append' => 0,
'backup-dir' => 2,
+ 'block-size' => 1,
'bwlimit' => 1,
'checksum-seed' => 1,
'compare-dest' => 2,
@@ -82,14 +83,18 @@ our %long_opt = (
'force' => 0,
'from0' => 0,
'fuzzy' => 0,
+ 'group' => 0,
'groupmap' => 1,
+ 'hard-links' => 0,
'iconv' => 1,
'ignore-errors' => 0,
'ignore-existing' => 0,
'ignore-missing-args' => 0,
+ 'ignore-times' => 0,
'info' => 1,
'inplace' => 0,
'link-dest' => 2,
+ 'links' => 0,
'list-only' => 0,
'log-file' => 3,
'log-format' => 1,
@@ -103,10 +108,14 @@ our %long_opt = (
'no-relative' => 0,
'no-specials' => 0,
'numeric-ids' => 0,
+ 'one-file-system' => 0,
'only-write-batch' => 1,
+ 'owner' => 0,
'partial' => 0,
'partial-dir' => 2,
+ 'perms' => 0,
'preallocate' => 0,
+ 'recursive' => 0,
'remove-sent-files' => $ro ? -1 : 0,
'remove-source-files' => $ro ? -1 : 0,
'safe-links' => 0,
@@ -120,6 +129,7 @@ our %long_opt = (
'super' => 0,
'temp-dir' => 2,
'timeout' => 1,
+ 'times' => 0,
'use-qsort' => 0,
'usermap' => 1,
);