BackupPC-users

Re: [BackupPC-users] [SOLVED] Backuppc is Hammering My Clients

2012-02-01 11:48:13
Subject: Re: [BackupPC-users] [SOLVED] Backuppc is Hammering My Clients
From: Richard Shaw <hobbes1069 AT gmail DOT com>
To: "General list for user discussion, questions and support" <backuppc-users AT lists.sourceforge DOT net>
Date: Wed, 1 Feb 2012 10:47:10 -0600
On Wed, Feb 1, 2012 at 10:30 AM, Kimball Larsen <quangdog AT gmail DOT com> 
wrote:
> Here is my current RsyncClientCmd:
> $sshPath -q -x -c arcfour -l username $host nice -n 19 $rsyncPath $argList+

I also added ionice to my archive command since disk activity can gave
the same effect even if you're not maxing out the processor.

I'm not sure if you'll run into the same problem but I think you can
only execute one thing, so in the above case you're running nice which
is in turn running your rsync. Someone on the list may have a hint on
how to successfully run both. I ended up with this for my archive
command:

$Conf{ArchiveClientCmd} = '/bin/nice -n19 /usr/bin/ionice -c3
$Installdir/bin/BackupPC_archiveHost $tarCreatePath $splitpath
$parpath $host $backupnumber $compression $compext $splitsize
$archiveloc $parfile *';

Richard

------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
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>