]> arthur.barton.de Git - bup.git/commit - lib/bup/client.py
cmd/{save,split}: add a --bwlimit option. bup-0.15
authorAvery Pennarun <apenwarr@gmail.com>
Mon, 7 Jun 2010 23:02:23 +0000 (19:02 -0400)
committerAvery Pennarun <apenwarr@gmail.com>
Mon, 7 Jun 2010 23:03:48 +0000 (19:03 -0400)
commit82a633b54577a876f0333082e4f69b3740de2c22
tree4d0805223eff61e6e68448c3de36811a978db0ec
parent0e8b3a8509dd2de6805ec171f1724ef7ce477d72
cmd/{save,split}: add a --bwlimit option.

This allows you to limit how much upstream bandwidth 'bup save' and 'bup
split' will use.  Specify it as a number of bytes/second, or with the 'k' or
'M' or (lucky you!) 'G' suffixes for larger values.

Signed-off-by: Avery Pennarun <apenwarr@gmail.com>
cmd/save-cmd.py
cmd/split-cmd.py
lib/bup/client.py