aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2007-11-02 00:12:04 +0000
committerMicah Anderson <micah@riseup.net>2007-11-02 00:12:04 +0000
commit02a7436b7c606efd82e215ffc238aac3d5e21f7f (patch)
treedf3e68ef9c71c9fd328c6eac994c788514b25112 /examples
parent796e77ab9095baf8ebddde7d47d7b2da42a4eab7 (diff)
downloadbackupninja-02a7436b7c606efd82e215ffc238aac3d5e21f7f.tar.gz
backupninja-02a7436b7c606efd82e215ffc238aac3d5e21f7f.tar.bz2
added ignore_version option to rdiff handler to enable you override the version check
Diffstat (limited to 'examples')
-rw-r--r--examples/example.rdiff10
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/example.rdiff b/examples/example.rdiff
index c327fd6..3767f9b 100644
--- a/examples/example.rdiff
+++ b/examples/example.rdiff
@@ -20,6 +20,16 @@
## -t option for more information. 62500 bytes = 500 Kb (.5 Mb)
# bwlimit = 62500
+## should backupninja ignore the version differences between source and remote
+## rdiff-backup? (default: no)
+## This could be useful if the version differences between rdiff-backup instances
+## on remote and local side are different, and you are certain there are no
+## problems in using mis-matched versions and want to get beyond this check.
+## An example usage could be the remote side has its authorized_keys configured
+## with command="rdiff-backup --server" to allow for restricted yet automated
+## password-less backups
+# ignore_version = no
+
######################################################
## source section
## (where the files to be backed up are coming from)