Fork me on GitHub

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

developer:bandwidth_limiting [2009/09/14 01:57] (current)
henri created
Line 1: Line 1:
 +====== Bandwidth Limiting ======
 +
 +
 +===== Trickle =====
 +
 +==== RSync Bandwidth Limiting Example ====
 +<​file>​
 +rsync -auvPe "​trickle -d 80 ssh" user@host:/​src/​ /dst/
 +</​file>​
 +\\ \\
 +  * Details on trickle : http://​monkey.org/​~marius/​pages/?​page=trickle
 +  * [[http://​www.yak.net/​fqa/​404.html|reference]]
 +\\ \\ 
 +
 +