X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=man%2Fxml-source%2Famanda.conf.5.xml;h=027a4ab18c0ff4647e7e80391137906154b171e6;hb=d3b2175e084f88c8736ad7073eacbf4670147aec;hp=adcae4f97b83f6a3b6c33617630d134a2032cfdd;hpb=34197d9f46a5f4e944378cbb65fca32ee0eec7b9;p=debian%2Famanda diff --git a/man/xml-source/amanda.conf.5.xml b/man/xml-source/amanda.conf.5.xml index adcae4f..027a4ab 100644 --- a/man/xml-source/amanda.conf.5.xml +++ b/man/xml-source/amanda.conf.5.xml @@ -501,6 +501,7 @@ running from within will wait before it fails with a data timeout error. + etimeout int @@ -518,6 +519,25 @@ A negative value will be interpreted as a total amount of time to wait per client instead of per disk. + + + connect_tries int + +Default: +3. +How many times the server will try a connection. + + + + + req_tries int + +Default: +3. +How many times the server will resend a REQ packet if it doesn't get the ACK packet. + + + netusage int @@ -866,6 +886,115 @@ The name of an &A; configuration file to include within the current file. Useful for sharing dumptypes, tapetypes and interface definitions among several configurations. + + + debug_auth int + +Default: +0. +Debug level of the auth module + + + + + debug_event int + +Default: +0. +Debug level of the event module + + + + + debug_holding int + +Default: +0. +Debug level of the holdingdisk module + + + + + debug_protocol int + +Default: +0. +Debug level of the protocol module + + + + + debug_planner int + +Default: +0. +Debug level of the planner process + + + + + debug_driver int + +Default: +0. +Debug level of the driver process + + + + + debug_dumper int + +Default: +0. +Debug level of the dumper process + + + + + debug_chunker int + +Default: +0. +Debug level of the chunker process + + + + + debug_taper int + +Default: +0. +Debug level of the taper process + + + + + reserved-udp-port int,int + +Default: --with-udpportrange or +512,1023. +Reserved udp port that will be used (bsd, bsdudp) + + + + + reserved-tcp-port int,int + +Default: --with-low-tcpportrange or +512,1023. +Reserved tcp port that will be used (bsdtcp) + + + + + unreserved-tcp-port int,int + +Default: --with-tcpportrange or +1025,65536. +Unreserved tcp port that will be used (bsd, bsdudp) + + + @@ -1742,6 +1871,18 @@ The tape record size (= blocksize) can not be reduced below the default 32 KByte The parameter blocksize can only be raised if &A; was compiled with the configure option --with-maxtapeblocksize=N set with "N" greater than 32 during &configure;. + + + + +readblocksize int + +Default: +(from configure --with-maxtapeblocksize). +How much data will be read in each tape record expressed in KiloBytes. +Some hardware require a value not too large, and some require it to be equal to the blocksize. +It is useful if you configured amanda with a big --with-maxtapeblocksize and your +hardware don't work with a value that big.