Thanks. Just read it in the man pages. Didn't notice the --bwlimit option.
----- Original Message ---- From: Michael Cole <[EMAIL PROTECTED]> To: Philippine Linux Users' Group (PLUG) Technical Discussion List <[email protected]> Sent: Wednesday, January 2, 2008 3:16:47 PM Subject: Re: [plug] how to limit rsync's traffic Mine it is a command line option you set. --bwlimit=KBPS This option allows you to specify a maximum transfer rate in kilobytes per second. This option is most effective when using rsync with large files (several megabytes and up). Due to the nature of rsync transfers, blocks of data are sent, then if rsync determines the transfer was too fast, it will wait before sending the next data block. The result is an average transfer rate equaling the specified limit. A value of zero specifies no limit. actual real limiting you will need something else, you could add the information to your firewall setting if you have one. On Wednesday 02 January 2008 2:45:49 pm Nelson Serafica wrote: > I'm writing a script for file transfer using rsync. The file to be > transferred almost 9GB. I just notice that it eat lots of bandwidth > whenever I'm running it as I check it to my mrtg. Can rsync be limit its > traffic to some kb/s? I have check Google and some says I need trickle. Is > there a version of rsync that capable of this? > > > > > > > > > > > ____________________________________________________ > Tired of spam? Yahoo! Mail has the best spam protection around > http://ph.mail.yahoo.com _________________________________________________ Philippine Linux Users' Group (PLUG) Mailing List [email protected] (#PLUG @ irc.free.net.ph) Read the Guidelines: http://linux.org.ph/lists Searchable Archives: http://archives.free.net.ph ____________________________________________________ Tired of spam? Yahoo! Mail has the best spam protection around http://ph.mail.yahoo.com
_________________________________________________ Philippine Linux Users' Group (PLUG) Mailing List [email protected] (#PLUG @ irc.free.net.ph) Read the Guidelines: http://linux.org.ph/lists Searchable Archives: http://archives.free.net.ph

