home *** CD-ROM | disk | FTP | other *** search
/ Unix System Administration Handbook 1997 October / usah_oct97.iso / index / amanda.txt < prev    next >
Text File  |  1997-09-22  |  4KB  |  92 lines

  1. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  2. INDEX ENTRY FOR AMANDA:
  3. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  4.  
  5. Name: Amanda - Network disk backup tool
  6.  
  7. Version: 2.3.0.4 and 2.4.0b3
  8.  
  9. Author(s): James da Silva <jds@cs.umd.edu>
  10.  
  11.    Systems Design and Analysis Group
  12.    Computer Science Department
  13.    University of Maryland at College Park
  14.  
  15. On the CD-ROM in: sysadm/amanda.tar
  16.  
  17. Ftp source: ftp.cs.umd.edu:/pub/amanda
  18.  
  19. Size on the CD: 1.2 MB (compressed)
  20.  
  21. Description:
  22.  
  23.    Amanda is a backup system designed to archive many computers on a
  24.    network to a single large-capacity tape drive.  This release is
  25.    currently in daily use at the University of Maryland at College Park
  26.    Computer Science Department, backing up all the disks on all the
  27.    workstations in the department: currently over 70 gigabytes of data
  28.    across more than 400 filesystems on more than 146 workstations and
  29.    servers, using a single 5 Gigabyte Exabyte EXB-8500.  Here are some
  30.    features of Amanda:
  31.  
  32.      * written in C, freely distributable.
  33.      * built on top of standard backup software: BSD Unix dump/restore, and
  34.        later GNU Tar and others.
  35.      * will back up multiple machines in parallel to a holding disk, blasting
  36.        finished dumps one by one to tape as fast as we can write files to
  37.        tape.  For example, a ~2 Gb 8mm tape on a ~240K/s interface to a host
  38.        with a large holding disk can be filled by Amanda in under 4 hours. 
  39.      * does simple tape management: will not overwrite the wrong tape.
  40.      * supports tape changers via a generic interface.  Easily customizable to
  41.        any type of tape carousel, robot, or stacker that can be controlled via
  42.        the unix command line.
  43.      * supports Kerberos 4 security, including encrypted dumps.  The Kerberos
  44.        support is available as a separate add-on package, see the file
  45.        KERBEROS.HOW-TO-GET on the ftp site, and the file docs/KERBEROS in this
  46.        package, for more details.
  47.      * for a restore, tells you what tapes you need, and finds the proper
  48.        backup image on the tape for you.
  49.      * recovers gracefully from errors, including down or hung machines.
  50.      * reports results, including all errors in detail, in email to operators.
  51.      * will dynamically adjust backup schedule to keep within constraints: no
  52.        more juggling by hand when adding disks and computers to network.
  53.      * includes a pre-run checker program, that conducts sanity checks on both
  54.        the tape server host and all the client hosts (in parallel), and will
  55.        send an e-mail report of any problems that could cause the backups to
  56.        fail.
  57.      * can compress dumps before sending over net, with either compress
  58.        or gzip.
  59.      * can optionally syncronize with external backups, for those large
  60.        timesharing computers where you want to do full dumps when the system
  61.        is down in single-user mode (since BSD dump is not reliable on active
  62.        filesystems): Amanda will still do your daily dumps.
  63.      * lots of other options; Amanda is very configurable.
  64.  
  65.    -- Quoted from the README by James da Silva in the amanda 2.3.0
  66.       distribution.
  67.  
  68. Advertised architectures:
  69.  
  70.    Amanda should run on any modern Unix system that supports dump,
  71.    has sockets and inetd, and either system V shared memory, or BSD
  72.    mmap implemented.
  73.  
  74.    In particular, Amanda 2.3.0 has been compiled, and the client side
  75.    tested on the following systems:
  76.  
  77.         IRIX 5.2        SunOS 4.1.X (X >= 1)
  78.         SunOS 5.5       BSDI BSD/OS 2.1
  79.         Ultrix 4.2      NetBSD 1.0
  80.         DEC OSF/1 3.2   AIX 3.2
  81.         HP-UX 9.X       HP-UX 10.X (X >= 01)
  82.  
  83.    The Amanda 2.3.0 server side is known to run on SunOS 4.1.3 and
  84.    Solaris 2.5 machines, but it also compile on all of the other
  85.    machines and there is no reason at this time to believe that it
  86.    will not work.
  87.  
  88.    -- Quoted from the README by James da Silva in the amanda 2.4b1
  89.       distribution.
  90.  
  91. Prerequisites: C Compiler
  92.