On Tue, Jul 28, 2009 at 13:25, Holm Kapschitzki <[email protected]> wrote:

> I want to use trickle to limit  the bandwidth. The XferMethod is TAR.
> How i add the trickle command to my BackupPC command?
>
> Holm
>

As always: Keep notes!  Make sure you can go back to what worked in case
this fails.

Assuming you have trickle installed and that it's in /usr/bin, open up the
server configuration and select the Xfer tab.  Look for the
*TarClientCmd*line, which may look like:

> $sshPath -q -x -n -l root $host env LC_ALL=C $tarPath -c -v -f - -C
> $shareName+ --totals
>

Add the trickle command to the beginning of this, so it looks like:

> /usr/bin/trickle -s -d2048 -u2048 $sshPath -q -x -n -l root $host env
> LC_ALL=C $tarPath -c -v -f - -C $shareName+ --totals
>

-- 
[EOM]
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
BackupPC-users mailing list
[email protected]
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/

Reply via email to