X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=man%2Fxml-source%2Famanda-client.conf.5.xml;h=2a1dcddea26dff73cb97f79b1a5c68dcd037d9d6;hb=b221e8dc16f345f8c8d7df8df71f4d36daaabb4c;hp=7942d70acdddcdd90343eadb475b37293e588244;hpb=d5853102f67d85d8e169f9dbe973ad573306c215;p=debian%2Famanda diff --git a/man/xml-source/amanda-client.conf.5.xml b/man/xml-source/amanda-client.conf.5.xml index 7942d70..2a1dcdd 100644 --- a/man/xml-source/amanda-client.conf.5.xml +++ b/man/xml-source/amanda-client.conf.5.xml @@ -53,7 +53,7 @@ The conf use by amrecover. - client_username string + client-username string Default: CLIENT_LOGIN. @@ -64,7 +64,7 @@ specified in &amandahosts; on the server. - client_port [ int | string ] + client-port [ int | string ] Default: "amanda". @@ -73,7 +73,7 @@ Similar to the parameter of the same name in &amconf;, this specifies the port t - index_server string + index-server string Default: Set by configure. @@ -82,7 +82,7 @@ The amindexd server amrecover will connect to. - tape_server string + tape-server string Default: Set by configure. @@ -103,7 +103,7 @@ The tapedev amrecover will use. auth string Default: -"bsd". +"bsdtcp". Type of authorization to perform between tape server and backup client hosts. "bsd", bsd authorization with udp initial connection and one tcp connection by data stream. @@ -124,7 +124,7 @@ authorization. - ssh_keys string + ssh-keys string Default: No default. @@ -133,7 +133,7 @@ The key file the ssh auth will use, it must be the private key. If this paramete - gnutar_list_dir string + gnutar-list-dir string Default from configure --with-gnutar-listdir=DIR. @@ -158,7 +158,7 @@ The file where amanda keep the last date of each dumplevel. - connect_tries int + connect-tries int Default: 3. @@ -167,7 +167,7 @@ How many times the server will try a connection. - rep_tries int + rep-tries int Default: 5. @@ -176,7 +176,7 @@ How many times amandad will resend a REP packet if it doesn't get the ACK packet - debug_days int + debug-days int Default: 3. @@ -185,7 +185,7 @@ The number of days the debug files are kept. - debug_amandad int + debug-amandad int Default: 0. @@ -194,7 +194,7 @@ Debug level of the amandad process - debug_amidxtaped int + debug-amidxtaped int Default: 0. @@ -203,7 +203,7 @@ Debug level of the amidxtaped process - debug_amindexd int + debug-amindexd int Default: 0. @@ -212,7 +212,7 @@ Debug level of the amindexd process - debug_amrecover int + debug-amrecover int Default: 0. @@ -221,7 +221,7 @@ Debug level of the amrecover process - debug_auth int + debug-auth int Default: 0. @@ -230,7 +230,7 @@ Debug level of the auth module - debug_event int + debug-event int Default: 0. @@ -239,7 +239,7 @@ Debug level of the event module - debug_holding int + debug-holding int Default: 0. @@ -248,7 +248,7 @@ Debug level of the holdingdisk module - debug_protocol int + debug-protocol int Default: 0. @@ -257,7 +257,7 @@ Debug level of the protocol module - debug_selfcheck int + debug-selfcheck int Default: 0. @@ -266,7 +266,7 @@ Debug level of the selfcheck process - debug_sendsize int + debug-sendsize int Default: 0. @@ -275,7 +275,7 @@ Debug level of the sendsize process - debug_sendbackup int + debug-sendbackup int Default: 0. @@ -322,7 +322,7 @@ Unreserved tcp port that will be used (bsd, bsdudp) APPLICATION SECTION The -amanda.conf +amanda-client.conf file may define multiple types of application. The information is entered in a application section, which looks like this: @@ -335,11 +335,22 @@ define application "name" { name -is the name of this type of application. It is referenced from the -dumptype +is the name of this type of application. + +The setting from an application is merged with the dle setting + if the name is the same as the client-application-name from the dle + or if the client-application-name from the dle is not set and the name is the same as the plugin from the dle. The application options and values are: + + client-application-name string + +Default: +none. +Not use on the client. + + comment string @@ -353,7 +364,7 @@ A comment string describing this application. No default. Must be set to the name of the program. This program must be in the $libexecdir/amanda/application directory -on the client. +on the client. If set, it must be the same as the dle plugin. @@ -371,7 +382,7 @@ the property to set, and the others contains its values. SCRIPT SECTION The -amanda.conf +amanda-client.conf file may define multiple types of script. The information is entered in a script section, which looks like this: @@ -384,11 +395,22 @@ define script "name" { name -is the name of this type of script. It is referenced from the -dumptype +is the name of this type of script. + +The setting from a script is merged with the dle setting + if the name is the same as the client-script-name from the dle + or if the client-script-name from the dle is not set and the name is the same as the plugin from the dle. The script options and values are: + + client-script-name string + +Default: +none. +Not used on the client. + + comment string @@ -400,17 +422,18 @@ A comment string describing this script. 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. +No default. Must be set to the name of the program. This program must be in the $libdir/amanda/application directory on the client. If set, it must be the same as the dle plugin. - execute_where [ client | server ] + execute-where client -Default: client. Where the script must be executed, on the client or server. Only client is valid. +Default: client. +Value can't be changed. - 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: @@ -467,24 +490,12 @@ A comment string describing this script. pre-dle-backup Execute before the backup command for the dle. - - - - pre-host-backup - -Execute before the backup command for all dle for the client. post-dle-backup Execute after the backup command for the dle. - - - - post-host-backup - -Execute after the backup command for all dle for the client.