Imported Upstream version 2.5.1p3
[debian/amanda] / docs / install.txt
index 46ae52610f774492d201681a0fe32b866316b7a0..5b9e2af8770f57e34f93f25486dec8ab4e628d13 100644 (file)
@@ -233,6 +233,7 @@ Amanda programs (see section Set_up_the_Backup_Client_Hosts below).
     0 16 * * 1-5 /usr/local/sbin/amcheck -m confname
     45 0 * * 2-6 /usr/local/sbin/amdump confname
 
+
   This is for SunOS 4.x, which has a per-user crontab; most other systems also
   require a userid on each cron line. See your cron(8) for details. With these
   cron lines, Amanda will check that the correct tape is in the drive every
@@ -245,6 +246,7 @@ Amanda programs (see section Set_up_the_Backup_Client_Hosts below).
     amandaidx  10082/tcp
     amidxtape  10083/tcp
 
+
   You may choose a different port number if you like, but it must match that in
   the services file on the client hosts too.
   If you are running NIS (aka YP), you have to enter the Amanda service into
@@ -261,6 +263,7 @@ Amanda programs (see section Set_up_the_Backup_Client_Hosts below).
        amandaidx stream tcp nowait $USER $AMINDEXD_PATH amindexd
        amidxtape stream tcp nowait $USER $AMIDXTAPED_PATH amidxtaped
 
+
     where $AMINDEXD_PATH and $AMIDXTAPED_PATH are the complete paths to where
     the amindexd and amidxtaped executables (usually libexec_dir/amindexd and
     libexec_dir/amidxtaped), and USER is the Amanda user.
@@ -281,6 +284,7 @@ Amanda programs (see section Set_up_the_Backup_Client_Hosts below).
                groups                  = yes
                server                  = $AMINDEXD_PATH/amindexd }
 
+
     Example 2.5. /etc/xinetd.d/amidxtape
 
       service amidxtape
@@ -293,6 +297,7 @@ Amanda programs (see section Set_up_the_Backup_Client_Hosts below).
                groups                  = yes
                server                  = $AMIDXTAPED_PATH/amidxtaped }
 
+
   o If your tape server uses Dan Bernstein's daemontools http://cr.yp.to/
     daemontools.html) instead of (x)inetd, you have to create amandaidx and
     amidxtape services by hand.
@@ -310,6 +315,7 @@ Amanda programs (see section Set_up_the_Backup_Client_Hosts below).
         /usr/local/bin/tcpserver -DHRl0 0 10082 \
         /usr/local/libexec/amindexd >/dev/null 2>/dev/null
 
+
       Example 2.7. /etc/amanda/supervise/amidxtape/run
 
         #!/bin/sh
@@ -317,6 +323,7 @@ Amanda programs (see section Set_up_the_Backup_Client_Hosts below).
         /usr/local/bin/tcpserver -DHRl0 0 10083 \
         /usr/local/libexec/amidxtaped >/dev/null 2>/dev/null
 
+
     # Link service directories into your svscan directory:
 
         cd /service
@@ -351,6 +358,7 @@ Amanda programs (see section Set_up_the_Backup_Client_Hosts below).
     amandaidx  10082/tcp
     amidxtape  10083/tcp
 
+
   You may choose a different port number if you like, but it must match that in
   the services file on the tape server host too.
   If you are running NIS (aka YP), you have to enter the Amanda service into
@@ -368,6 +376,7 @@ Amanda programs (see section Set_up_the_Backup_Client_Hosts below).
 
       amanda dgram udp wait USER AMANDAD_PATH amandad
 
+
     You may use the `patch-system' script, from client-src, in order to modify
     this file. Run it with a `-h' argument for usage.
   o If your Amanda client uses xinetd, you have to add the following file to
@@ -386,6 +395,7 @@ Amanda programs (see section Set_up_the_Backup_Client_Hosts below).
       server                   = $AMANDAD_PATH/amandad
       }
 
+
   o If your Amanda client uses Dan Bernstein's daemontools (http://cr.yp.to/
     daemontools.html) instead of (x)inetd, you have to create the amanda
     service by hand. You will need also an UDP super-server (netcat in this
@@ -404,6 +414,7 @@ Amanda programs (see section Set_up_the_Backup_Client_Hosts below).
           -e /usr/local/libexec/amandad >/dev/null 2>/dev/null
 
 
+
       Note
 
       The netcat-binary used in this run-file might also be called /usr/bin/nc