diff options
author | Christopher Walker <kris240376@gmail.com> | 2010-05-11 20:01:52 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-11 20:01:52 +0200 |
commit | a7622c3887e22c11125637a71760ffe7e9470ea8 (patch) | |
tree | 7957b3e2510ef023ef5b2028608adda8f53c65d3 /system/amanda/README | |
parent | 763f46879733bc10101ccae00d0f0f61049e0c34 (diff) | |
download | slackbuilds-a7622c3887e22c11125637a71760ffe7e9470ea8.tar.gz |
system/amanda: Added to 12.0 repository
Diffstat (limited to 'system/amanda/README')
-rw-r--r-- | system/amanda/README | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/system/amanda/README b/system/amanda/README new file mode 100644 index 0000000000..be93970494 --- /dev/null +++ b/system/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. |