X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=examples%2Fexample.rdiff;h=3767f9b6c9e7d0b26119e9f5ff8d7aa500dc272a;hb=56617bfc5bd846f660ac015d7ee349e0134c7a43;hp=5ad700be624eb014e23c4d05c407054a8602afa9;hpb=ea468148c55ce56e0c106f7e98ed249f8ffb388c;p=matthijs%2Fupstream%2Fbackupninja.git diff --git a/examples/example.rdiff b/examples/example.rdiff index 5ad700b..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) @@ -38,6 +48,8 @@ type = local # how many days of data to keep # (you can also use the time format of rdiff-backup, e.g. 6D5h) +# (to keep everything, set this to yes) +#keep = yes keep = 60 # A few notes about includes and excludes: