summaryrefslogtreecommitdiffstats
path: root/system/amanda/README.SLACKWARE
diff options
context:
space:
mode:
author Christopher Walker2010-05-13 01:00:40 +0200
committer David Somero2010-05-13 01:00:40 +0200
commit4720e93ed04a74086488005de86ed90afe4bf6a2 (patch)
tree5a47277bcd719c5e75b30c892c6e1bd6b1b2513b /system/amanda/README.SLACKWARE
parent0bb906e91bc208579bcfdaace96296f5afaf37f7 (diff)
downloadslackbuilds-4720e93ed04a74086488005de86ed90afe4bf6a2.tar.gz
system/amanda: Added to 13.0 repository
Diffstat (limited to 'system/amanda/README.SLACKWARE')
-rw-r--r--system/amanda/README.SLACKWARE17
1 files changed, 17 insertions, 0 deletions
diff --git a/system/amanda/README.SLACKWARE b/system/amanda/README.SLACKWARE
new file mode 100644
index 0000000000..7b01ade707
--- /dev/null
+++ b/system/amanda/README.SLACKWARE
@@ -0,0 +1,17 @@
+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
+