diff options
author | Micah Anderson <micah@riseup.net> | 2006-12-15 23:13:47 +0000 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2006-12-15 23:13:47 +0000 |
commit | ea468148c55ce56e0c106f7e98ed249f8ffb388c (patch) | |
tree | a87d9c9f2c5dbe6118fbdb2a40619ff02eec8edd /examples/example.rdiff | |
parent | 1727edae52095f3d4724120bb3eae7022132efec (diff) | |
download | backupninja-ea468148c55ce56e0c106f7e98ed249f8ffb388c.tar.gz backupninja-ea468148c55ce56e0c106f7e98ed249f8ffb388c.tar.bz2 |
Add Jamie McClelland's cstream patches
Diffstat (limited to 'examples/example.rdiff')
-rw-r--r-- | examples/example.rdiff | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/example.rdiff b/examples/example.rdiff index 25cd26e..5ad700b 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) |