diff options
author | intrigeri <intrigeri@boum.org> | 2006-06-03 22:37:40 +0000 |
---|---|---|
committer | intrigeri <intrigeri@boum.org> | 2006-06-03 22:37:40 +0000 |
commit | b538ddaa1e0a301831270c177472abd85c011b0f (patch) | |
tree | 66ecd81e88cf9420b6ac0634a7e52e8449a5feec /handlers | |
parent | 1c8466a3b874c0a760f4d29c503d85a3c20550cf (diff) | |
download | backupninja-b538ddaa1e0a301831270c177472abd85c011b0f.tar.gz backupninja-b538ddaa1e0a301831270c177472abd85c011b0f.tar.bz2 |
dup: checked that bandwidthlimit still works with duplicity 0.4.2, reflected
this into the docs/examples/Changelog
Diffstat (limited to 'handlers')
-rw-r--r-- | handlers/dup.helper | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/handlers/dup.helper b/handlers/dup.helper index b366b53..a18063d 100644 --- a/handlers/dup.helper +++ b/handlers/dup.helper @@ -398,7 +398,6 @@ incremental = $dup_incremental keep = $dup_keep # bandwith limit, in kbit/s ; default is 0, i.e. no limit -# NB: does not work anymore with duplicity >=0.4.2, work in progress to fix this #bandwidthlimit = 128 bandwidthlimit = $dup_bandwidth |