X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=examples%2Fexample.rdiff;h=c327fd61564b43095b58d77920355e396de35865;hb=fc183f265fb71bde510790e7d19a59df6f38d74d;hp=25cd26e0569892df9349e0670568382eb5ef1e8b;hpb=d1dba9fdc4639ce37a39520fd0ad742b69d4a093;p=matthijs%2Fupstream%2Fbackupninja.git diff --git a/examples/example.rdiff b/examples/example.rdiff index 25cd26e..c327fd6 100644 --- a/examples/example.rdiff +++ b/examples/example.rdiff @@ -13,6 +13,13 @@ ## default is yes. set to no to skip the test if the remote host is alive # testconnect = no +## default is not to limit bandwidth. +## set to a number in bytes/second to limit bandwidth usage. Use a negative +## number to set a limit that will never be exceeded, or a positive number +## to set a target average bandwidth use. cstream is required. See cstream's +## -t option for more information. 62500 bytes = 500 Kb (.5 Mb) +# bwlimit = 62500 + ###################################################### ## source section ## (where the files to be backed up are coming from) @@ -31,6 +38,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: