slackbuilds_ponce/system/amanda/README.Slackware
Christopher Walker b8c0588edd system/amanda: Updated for version 3.2.1.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
2011-03-03 22:17:52 -03:00

17 lines
692 B
Text

README.Slackware
Written by Christopher Walker <kris240376@gmail.com>
You'll need to start the Amanda indexing services at boot.
The recommended way of doing this is to add the following to /etc/inetd.conf:
amandaidx stream tcp nowait amanda /usr/libexec/amindexd \
amindexd -auth=bsdtcp amdump amindexd amidxtaped
amidxtape stream tcp nowait amanda /usr/libexec/amidxtaped \
amidxtaped -auth=bsdtcp amdump amindexd amidxtaped
You'll also need to start the Amanda client services at boot.
The recommended way of doing this is to add the following to /etc/inetd.conf
amanda stream tcp nowait amanda /usr/libexec/amandad \
amandad -auth=bsdtcp amdump amindexd amidxtaped