> Is there a way to have backuppc (and all related commands) to run on
lower priority (like running with nice)?
You could try using the -n option to the startproc commands in the init
script, for the start and restart arguments, changing the
startproc -f -p $DATADIR/log/BackupPC.pid -u $USER $BINDIR/$DAEMON -d
lines to something like
startproc -n +10 -f -p $DATADIR/log/BackupPC.pid -u $USER
$BINDIR/$DAEMON -d
I'm assuming that all related commands are children of the init script
(except perhaps manual commands from the CGI interface), and should inherit
its nice value.
Bernardo Rechea
-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
BackupPC-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/