From owner-freebsd-pf@FreeBSD.ORG Mon Jun 9 15:50:45 2008 Return-Path: Delivered-To: freebsd-pf@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C7CC91065678 for ; Mon, 9 Jun 2008 15:50:45 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from elsa.codelab.cz (elsa.codelab.cz [91.103.162.4]) by mx1.freebsd.org (Postfix) with ESMTP id 8C22C8FC16 for ; Mon, 9 Jun 2008 15:50:45 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from localhost (localhost.codelab.cz [127.0.0.1]) by elsa.codelab.cz (Postfix) with ESMTP id 939A519E023; Mon, 9 Jun 2008 17:50:44 +0200 (CEST) Received: from [192.168.1.2] (r5bb235.net.upc.cz [86.49.61.235]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by elsa.codelab.cz (Postfix) with ESMTPSA id 61D8E19E019; Mon, 9 Jun 2008 17:50:42 +0200 (CEST) Message-ID: <484D5165.4090706@quip.cz> Date: Mon, 09 Jun 2008 17:51:01 +0200 From: Miroslav Lachman <000.fbsd@quip.cz> User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.12) Gecko/20050915 X-Accept-Language: cz, cs, en, en-us MIME-Version: 1.0 To: z.szalbot@lc-words.com References: <484D2288.4040901@lc-words.com> In-Reply-To: <484D2288.4040901@lc-words.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-pf@freebsd.org Subject: Re: altq / priorty queing / limiting rsync bandwidth X-BeenThere: freebsd-pf@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Technical discussion and general questions about packet filter \(pf\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jun 2008 15:50:45 -0000 Zbigniew Szalbot wrote: > Hello, > > Many thanks for suggestions how to limit the bandwidth taken up by > rsync. I am using pf with priority queuing. Why not use rsync option? --bwlimit=KBPS limit I/O bandwidth; KBytes per second Miroslav Lachman