BackupPC-users

Re: [BackupPC-users] trickle backuppc command

2009-07-28 16:58:02
Subject: Re: [BackupPC-users] trickle backuppc command
From: Ryan Knapper <ryanknapper AT gmail DOT com>
To: "General list for user discussion, questions and support" <backuppc-users AT lists.sourceforge DOT net>
Date: Tue, 28 Jul 2009 13:52:50 -0700
On Tue, Jul 28, 2009 at 13:25, Holm Kapschitzki <holm AT x-provi DOT de> 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
BackupPC-users AT lists.sourceforge DOT net
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/
<Prev in Thread] Current Thread [Next in Thread>