Displaying 1 result from an estimated 1 matches for "c231ea3".
2014 Sep 02
1
[PATCH] rrsync: Add several long options used by BackupPC
...d to throw the error
/usr/local/bin/rrsync: invalid rsync-command syntax or options
when run under BackupPC 3.2.1, with this patch full and incremental
backups work.
---
support/rrsync | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/support/rrsync b/support/rrsync
index 6f83f9d..c231ea3 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' =>...