Liraz Siri's picture

Mike, I've added this to my todo list for TKLBAM. I suspect it should be easy enough to implement leveraging userspace bandwidth shapping packages such as trickle.

In fact, you can use trickle right now to throttle bandwidth speeds for tklbam (e.g., run from a cron job):

apt-get install trickle
trickle -u 100  -d 100 tklbam-backup

That would limit upload/download speeds to 100kb. Not too difficult, but I'm guessing most users wouldn't know about that unless we added built in support into the configuration file or something.