diff options
author | Christopher Walker <kris240376@gmail.com> | 2011-03-03 22:17:52 -0300 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-03-03 22:17:52 -0300 |
commit | b8c0588edd76779acc46aa6a32461617b6ebfdd6 (patch) | |
tree | cdd9c68fac869d852e88065f00d8767da044acf5 /system/amanda/README.Slackware | |
parent | 4d3fb96c4c1f38532698cc8fc3410463e78fe097 (diff) |
system/amanda: Updated for version 3.2.1.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'system/amanda/README.Slackware')
-rw-r--r-- | system/amanda/README.Slackware | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/system/amanda/README.Slackware b/system/amanda/README.Slackware new file mode 100644 index 000000000000..4e0758def06d --- /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 + |