X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=docs%2Famanda.conf.5.txt;h=c1ddfdd03ca55ec5fbd43446f4d32d443e313c89;hb=d3b2175e084f88c8736ad7073eacbf4670147aec;hp=7ddef200d079c9c9a9c4e9934154db81dd0db1f9;hpb=34197d9f46a5f4e944378cbb65fca32ee0eec7b9;p=debian%2Famanda diff --git a/docs/amanda.conf.5.txt b/docs/amanda.conf.5.txt index 7ddef20..c1ddfdd 100644 --- a/docs/amanda.conf.5.txt +++ b/docs/amanda.conf.5.txt @@ -252,6 +252,13 @@ PARAMETERS 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 Default: 300 Kbps. The maximum network bandwidth allocated to Amanda, in Kbytes per second. See also the interface section. @@ -419,6 +426,45 @@ PARAMETERS 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) + HOLDINGDISK SECTION @@ -913,6 +959,13 @@ The tapetype options and values are: raised if Amanda 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. + file-pad boolean Default: true. If true, every record, including the last one in the file, will have the same length. This matches the way Amanda wrote tapes prior