diff options
author | intrigeri <intrigeri@boum.org> | 2012-01-29 14:40:46 +0100 |
---|---|---|
committer | intrigeri <intrigeri@boum.org> | 2012-01-29 16:44:12 +0100 |
commit | 5bfa30bb22cbfe37e06c2c442fe77b5a02602184 (patch) | |
tree | 424d227845d94312fb3c8c06d0815076e9f4ade1 /ChangeLog | |
parent | f896ef3f6525cfedd345aae23e6fd8274d90dc24 (diff) | |
download | backupninja-5bfa30bb22cbfe37e06c2c442fe77b5a02602184.tar.gz backupninja-5bfa30bb22cbfe37e06c2c442fe77b5a02602184.tar.bz2 |
Support bandwidthlimit again with new duplicity, using trickle.
duplicity 0.6.17 uses paramiko backend.
Thus, it does not support limiting bandwidth anymore.
Let's use trickle to support bandwidth shaping anyway.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -14,6 +14,7 @@ version 1.0 -- UNRELEASED example.dup. . Add support for RackSpace's CloudFiles. Thanks to Yuval Kogman <nothingmuch@woobling.org> for the patch. + . Support bandwidthlimit with new duplicity, using trickle. mysql: . Don't attempt to dump performance_schema database (Redmine#3741). build system changes |