diff options
author | Christopher Walker <kris240376@gmail.com> | 2010-05-11 22:53:56 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-11 22:53:56 +0200 |
commit | 47e6e7d729fb6f0b9dc82585860a4486f9285ca0 (patch) | |
tree | 07a8f67273562df3b090651876c9d6dfb06d2e40 /libraries/amanda/README | |
parent | 6bcfa0dd0e3ca0f140b533314bc01d4b7600041a (diff) | |
download | slackbuilds-47e6e7d729fb6f0b9dc82585860a4486f9285ca0.tar.gz |
libraries/amanda: Added to 12.1 repository
Diffstat (limited to 'libraries/amanda/README')
-rw-r--r-- | libraries/amanda/README | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/libraries/amanda/README b/libraries/amanda/README new file mode 100644 index 0000000000..be93970494 --- /dev/null +++ b/libraries/amanda/README @@ -0,0 +1,14 @@ +AMANDA, the Advanced Maryland Autoamatic Network Disk Archiver, is a backup +system that allows the administrator of a LAN to set up a single master backup +server to back up multiple hosts to a single large capacity tape drive. +AMANDA uses native dump and/or GNU tar facilities and can back up a large +number of workstations running multiple versions of Unix. Recent versions +can also use SAMBA to back up Microsoft Windows hosts. + +You will need to have a special user and group created for AMANDA to use; +this defaults to user and group of "amanda" but you can specify whatever +group you wish - see the build script for more information. + +After installing, see the /usr/doc/amanda-2.5.2p1/README-SLACKWARE for more +information on how to modify inetd.conf to start the the Amanda daemons +automatically at boot. |