vsespb / mt-aws-glacier

Perl Multithreaded Multipart sync to Amazon Glacier
http://mt-aws.com/
GNU General Public License v3.0
536 stars 57 forks source link

Add bandwidth throttling #90

Open mjaros opened 10 years ago

mjaros commented 10 years ago

Could this be implemented?

vsespb commented 10 years ago

I'll mark as enhancement. Plan to implement some day

EQXTFL commented 10 years ago

What about simply including http://lartc.org/wondershaper/

vsespb commented 10 years ago

Yes, there was a discussion already that that's what OS should do, but I think anyway, it worth implementing, as traffic shapers is hard to integrate. Traffic shaper is not something that can be used unix way: mtglacier ... | shaper, but intstead you need to know all DNS/ip of amazon and setup a separate service.

michaelwittig commented 10 years ago

+1

ilijamt commented 9 years ago

Any info on --max-hour-rate=100M suggestion in a previous issue?

Farmer-Pete commented 9 years ago

I've started using mt-glacier with trickle: http://monkey.org/~marius/pages/?page=trickle on Linux. It works well (as long as --concurrency is set to 1)

Example: trickle -u 100 -d 100 -- mtglacier ...