X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=man%2Fxml-source%2Famanda-client.conf.5.xml;h=7942d70acdddcdd90343eadb475b37293e588244;hb=fd48f3e498442f0cbff5f3606c7c403d0566150e;hp=7a93b12431e8e9672d59041bf4a8ddaa6c1aa46c;hpb=96f35b20267e8b1a1c846d476f27fcd330e0b018;p=debian%2Famanda diff --git a/man/xml-source/amanda-client.conf.5.xml b/man/xml-source/amanda-client.conf.5.xml index 7a93b12..7942d70 100644 --- a/man/xml-source/amanda-client.conf.5.xml +++ b/man/xml-source/amanda-client.conf.5.xml @@ -3,7 +3,7 @@ "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [ - + %global_entities; ]> @@ -18,7 +18,7 @@ amanda-client.conf -Client configuration file for &A;, the Advanced Maryland Automatic Network Disk Archiver +Client configuration file for Amanda, the Advanced Maryland Automatic Network Disk Archiver &author.jds; @@ -27,7 +27,7 @@ DESCRIPTION -&amclientconf; is the client configuration file for &A;. This manpage lists the +&amclientconf; is the client configuration file for Amanda. This manpage lists the relevant sections and parameters of this file for quick reference. The files <CONFIG_DIR>/amanda-client.conf and <CONFIG_DIR>/<config>/amanda-client.conf are loaded. @@ -35,7 +35,7 @@ relevant sections and parameters of this file for quick reference. SYNTAX The syntax of &amclientconf; is identical to that for -amanda.conf5. +. @@ -44,19 +44,19 @@ The syntax of &amclientconf; is identical to that for - conf string + conf string Default: -Set by configure. +Set by configure. The conf use by amrecover. - client_username string + client_username string Default: -CLIENT_LOGIN. +CLIENT_LOGIN. Similar to the parameter of the same name in &amconf;, this specifies the username that &amrecover; should send when connecting to the server. It should match the username specified in &amandahosts; on the server. @@ -64,112 +64,128 @@ specified in &amandahosts; on the server. - index_server string + client_port [ int | string ] Default: -Set by configure. +"amanda". +Similar to the parameter of the same name in &amconf;, this specifies the port to connect on the server. It can be a service name or a numeric port number. + + + + + index_server string + +Default: +Set by configure. The amindexd server amrecover will connect to. - tape_server string + tape_server string Default: -Set by configure. +Set by configure. The amidxtaped server amrecover will connect to. - tapedev string + tapedev string Default: -Set by configure. +Set by configure. The tapedev amrecover will use. - auth string + auth string Default: -bsd. +"bsd". Type of authorization to perform between tape server and backup client hosts. -bsd, bsd authorization with udp initial +"bsd", bsd authorization with udp initial connection and one tcp connection by data stream. -bsdtcp, bsd authorization but use only +"bsdtcp", bsd authorization but use only one tcp connection. -bsdudp, like bsd, but will use only one +"bsdudp", like bsd, but will use only one tcp connection for all data stream. -krb4 to use Kerberos-IV -authorization. -krb5 to use Kerberos-V +"krb5" to use Kerberos-V authorization. -local, if the client is the server, it +"local", if the client is the server, it doesn't require authencation setup. -rsh to use rsh +"rsh" to use rsh authorization. -ssh to use OpenSSH +"ssh" to use OpenSSH authorization. - ssh_keys string + ssh_keys string Default: -No default. +No default. The key file the ssh auth will use, it must be the private key. If this parameter is not specified, then the default ssh key will be used. - gnutar_list_dir string + gnutar_list_dir string Default from configure ---with-gnutar-listdir=DIR. +--with-gnutar-listdir=DIR. The directory where gnutar keep its state file. - mailer string + mailer string Default found by configure. A mail program that can send mail with 'MAILER -s "subject" user < message_file'. - amandates string + amandates string Default: -/etc/amandates. +/etc/amandates. The file where amanda keep the last date of each dumplevel. - connect_tries int + connect_tries int Default: -3. +3. How many times the server will try a connection. - rep_tries int + rep_tries int Default: -5. +5. How many times amandad will resend a REP packet if it doesn't get the ACK packet. - debug_amandad int + debug_days int + +Default: +3. +The number of days the debug files are kept. + + + + + debug_amandad int Default: 0. @@ -178,126 +194,126 @@ Debug level of the amandad process - debug_amidxtaped int + debug_amidxtaped int Default: -0. +0. Debug level of the amidxtaped process - debug_amindexd int + debug_amindexd int Default: -0. +0. Debug level of the amindexd process - debug_amrecover int + debug_amrecover int Default: -0. +0. Debug level of the amrecover process - debug_auth int + debug_auth int Default: -0. +0. Debug level of the auth module - debug_event int + debug_event int Default: -0. +0. Debug level of the event module - debug_holding int + debug_holding int Default: -0. +0. Debug level of the holdingdisk module - debug_protocol int + debug_protocol int Default: -0. +0. Debug level of the protocol module - debug_selfcheck int + debug_selfcheck int Default: -0. +0. Debug level of the selfcheck process - debug_sendsize int + debug_sendsize int Default: -0. +0. Debug level of the sendsize process - debug_sendbackup int + debug_sendbackup int Default: -0. +0. Debug level of the sendbackup process - reserved-udp-port int,int + reserved-udp-port int,int Default: --with-udpportrange or -512,1023. +512,1023. Reserved udp port that will be used (amrecover with bsd or bsdudp) - reserved-tcp-port int,int + reserved-tcp-port int,int Default: --with-low-tcpportrange or -512,1023. +512,1023. Reserved tcp port that will be used (amrecover with bsdtcp) - unreserved-tcp-port int,int + unreserved-tcp-port int,int Default: --with-tcpportrange or -1025,65536. +1025,65536. Unreserved tcp port that will be used (bsd, bsdudp) - property "name" "value" + property string string+ -Adds a global property for this client host, useful for e.g., Application API plugins. +Adds a global property for this client host, useful for e.g., Application API plugins. The first string is the property name, the following strings are the property values @@ -308,33 +324,32 @@ Unreserved tcp port that will be used (bsd, bsdudp) The amanda.conf file may define multiple types of application. -The information is entered in a application-tool +The information is entered in a application section, which looks like this: -define application-tool "name" { - application-option appli -cation-value +define application "name" { + application-option application-value ... } -name +name is the name of this type of application. It is referenced from the -dumptype +dumptype -The application-tool options and values are: +The application options and values are: - comment string + comment string Default: -none. +none. A comment string describing this application. - plugin string + plugin string No default. Must be set to the name of the program. This program must be in the $libexecdir/amanda/application directory @@ -342,12 +357,12 @@ on the client. - property [append] [priority] string string+ + property [append] [priority] string string+ No default. You can set property for the application, each application have a different set of property. Both strings are quoted; the first string contains the name of the property to set, and the others contains its values. -append keyword append the values to the list of values for that property. -priority keyword disallow the setting of that property on the server. +append keyword append the values to the list of values for that property. +priority keyword disallow the setting of that property on the server. @@ -358,146 +373,146 @@ the property to set, and the others contains its values. The amanda.conf file may define multiple types of script. -The information is entered in a script-tool +The information is entered in a script section, which looks like this: -define script-tool "name" { +define script "name" { script-option script-value ... } -name +name is the name of this type of script. It is referenced from the -dumptype +dumptype -The script-tool options and values are: +The script options and values are: - comment string + comment string Default: -none. +none. A comment string describing this script. - plugin string + plugin string No default. Must be set to the name of the program. This program must be in the $libdir/amanda/application directory on the client and/or server. - execute_where [client|server] + execute_where [ client | server ] -Default: client. Where the script must be executed, on the client or server. Only client is valid. +Default: client. Where the script must be executed, on the client or server. Only client is valid. - execute_on execute_on[,execute_on]* + execute_on execute_on[,execute_on]* No default. When the script must be executed, you can specify many of them: - pre-dle-amcheck + pre-dle-amcheck Execute before the amcheck command for the dle. - pre-host-amcheck + pre-host-amcheck Execute before the amcheck command for all dle for the client. - post-dle-amcheck + post-dle-amcheck Execute after the amcheck command for the dle. - post-host-amcheck + post-host-amcheck Execute after the amcheck command for all dle for the client. - pre-dle-estimate + pre-dle-estimate Execute before the estimate command for the dle. - pre-host-estimate + pre-host-estimate Execute before the estimate command for all dle for the client. - post-dle-estimate + post-dle-estimate Execute after the estimate command for the dle. - post-host-estimate + post-host-estimate Execute after the estimate command for all dle for the client. - pre-dle-backup + pre-dle-backup Execute before the backup command for the dle. - pre-host-backup + pre-host-backup Execute before the backup command for all dle for the client. - post-dle-backup + post-dle-backup Execute after the backup command for the dle. - post-host-backup + post-host-backup Execute after the backup command for all dle for the client. - pre-recover + pre-recover Execute before any level is recovered. - post-recover + post-recover Execute after all levels are recovered. - pre-level-recover + pre-level-recover Execute before each level recovery. - post-level-recover + post-level-recover Execute after each level recovery. - inter-level-recover + inter-level-recover Execute between two levels of recovery. @@ -506,26 +521,23 @@ A comment string describing this script. - property [append] [priority] string string+ + property [append] [priority] string string+ No default. You can set property for the script, each script have a different set of property. Both strings are quoted; the first string contains the name of the property to set, and the others contains its values. -append keyword append the values to the list of values for that property. -priority keyword disallow the setting of that property on the server. +append keyword append the values to the list of values for that property. +priority keyword disallow the setting of that property on the server. -SEE ALSO - -amanda8, -amanda.conf5, -amcrypt8, -aespipe1, - - - + +, +, +, + +