.\"Generated by db2man.xsl. Don't modify this, modify the source. .de Sh \" Subsection .br .if t .Sp .ne 5 .PP \fB\\$1\fR .PP .. .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Ip \" List item .br .ie \\n(.$>=3 .ne \\$3 .el .ne 3 .IP "\\$1" \\$2 .. .TH "AMANDA-CLIENT.CONF" 5 "" "" "" .SH "NAME" amanda-client.conf - Client configuration file for Amanda, the Advanced Maryland Automatic Network Disk Archiver .SH "DESCRIPTION" .PP \fIamanda-client.conf\fR is the client configuration file for \fBAmanda\fR. This manpage lists the relevant sections and parameters of this file for quick reference. .PP The files \fB/amanda-client.conf\fR and \fB//amanda-client.conf\fR are loaded. .SH "PARAMETERS" .PP There are a number of configuration parameters that control the behavior of the \fBAmanda\fR programs. All have default values, so you need not specify the parameter in \fBamanda-client.conf\fR if the default is suitable. .PP Lines starting with # are ignored, as are blank lines. Comments may be placed on a line with a directive by starting the comment with a #. The remainder of the line is ignored. .PP Keywords are case insensitive, i.e. \fBauth\fR and \fBAuth\fR are treated the same. .PP Integer arguments may have one of the following (case insensitive) suffixes, some of which have a multiplier effect: .SS "POSSIBLE SUFFIXES" .TP \fBb byte bytes\fR Some number of bytes. .TP \fBbps\fR Some number of bytes per second. .TP \fBk kb kbyte kbytes kilobyte kilobytes\fR Some number of kilobytes (bytes*1024). .TP \fBkps kbps\fR Some number of kilobytes per second (bytes*1024). .TP \fBm mb meg mbyte mbytes megabyte megabytes\fR Some number of megabytes (bytes*1024*1024). .TP \fBmps mbps\fR Some number of megabytes per second (bytes*1024*1024). .TP \fBg gb gbyte gbytes gigabyte gigabytes\fR Some number of gigabytes (bytes*1024*1024*1024). .TP \fBtape tapes\fR Some number of tapes. .TP \fBday days\fR Some number of days. .TP \fBweek weeks\fR Some number of weeks (days*7). .sp .it 1 an-trap .nr an-no-space-flag 1 .nr an-break-flag 1 .br \fBNote\fR The value \fBinf\fR may be used in most places where an integer is expected to mean an infinite amount. Boolean arguments may have any of the values \fBy\fR, \fByes\fR, \fBt\fR, \fBtrue\fR or \fBon\fR to indicate a true state, or \fBn\fR, \fBno\fR, \fBf\fR, \fBfalse\fR or \fBoff\fR to indicate a false state. If no argument is given, \fBtrue\fR is assumed. .SS "PARAMETERS" .TP \fBconf\fR \fB string\fR Default: \fBSet by configure\fR. The conf use by amrecover. .TP \fBindex_server\fR \fB string\fR Default: \fBSet by configure\fR. The amindexd server amrecover will connect to. .TP \fBtape_server\fR \fB string\fR Default: \fBSet by configure\fR. The amidxtaped server amrecover will connect to. .TP \fBtapedev\fR \fB string\fR Default: \fBSet by configure\fR. The tapedev amrecover will use. .TP \fBauth\fR \fB string\fR Default: \fBbsd\fR. Type of authorization to perform between tape server and backup client hosts. .sp \fBbsd\fR, bsd authorization with udp initial connection and one tcp connection by data stream. .sp \fBbsdtcp\fR, bsd authorization but use only one tcp connection. .sp \fBbsdudp\fR, like bsd, but will use only one tcp connection for all data stream. .sp \fBkrb4\fR to use Kerberos-IV authorization. .sp \fBkrb5\fR to use Kerberos-V authorization. .sp \fBrsh\fR to use rsh authorization. .sp \fBssh\fR to use OpenSSH authorization. .TP \fBssh_keys\fR \fB string\fR Default: \fBNo default\fR. The key file the ssh auth will use, it must be the private key. If this parameter is not specified, then the deafult ssh key will be used. .TP \fBgnutar_list_dir\fR \fB string\fR Default from configure \fB--with-gnutar-listdir=DIR\fR. The directory where gnutar keep its state file. .TP \fBamandates\fR \fB string\fR Default: \fB/etc/amandates\fR. The file where amanda keep the last date of each dumplevel. .SH "AUTHOR" .PP James da Silva, : Original text .PP Stefan G. Weichinger, , maintainer of the \fBAmanda\fR-documentation: XML-conversion, major update, splitting .SH "SEE ALSO" .PP \fBamanda\fR(8), \fBamanda.conf\fR(5), \fBamcrypt\fR(8), \fBaespipe\fR(1),