** Gael Lepetit <[EMAIL PROTECTED]> on Wed, 26 Sep 2001 12:28:23 +0200 ** in [How to "nice" an Amanda dump/compression] writes:
Gael> Hi, Hello! Gael> How to "nice -5" automagically an Amanda gzip/dump ?? On our FreeBSD systems, I do a login class (in /etc/login.conf) called "backup" and set the priority (a.k.a. nice) to 10, and then in our inetd.conf I specify a login class to use. >From /etc/login.conf: backup:priority=10:tc=default: >From /etc/inetd.conf amanda dgram udp wait backup:operator/backup /usr/local/libexec/amanda/amandad amandad Gael> thx. Your welcome. Hope it helps.
