X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=example%2Famanda.conf.in;h=158f9614fb517a7351e91dd058dacfc1cea783c6;hb=HEAD;hp=7ef107b681ab10f80716b5a785222c115d3a219c;hpb=b116e9366c7b2ea2c2eb53b0a13df4090e176235;p=debian%2Famanda diff --git a/example/amanda.conf.in b/example/amanda.conf.in index 7ef107b..158f961 100644 --- a/example/amanda.conf.in +++ b/example/amanda.conf.in @@ -359,7 +359,7 @@ define tapetype SEAGATE-ULTRIUM-LTO { # auth - authentication scheme to use between server and client. # Valid values are "bsd", "bsdudp", "bsdtcp", "krb5", "local", # "rsh" and "ssh". -# Default: [auth "bsd"] +# Default: [auth "bsdtcp"] # comment - just a comment string # comprate - set default compression rate. Should be followed by one or # two numbers, optionally separated by a comma. The 1st is @@ -460,7 +460,7 @@ define tapetype SEAGATE-ULTRIUM-LTO { # program - specify the dump system to use. Valid values are "DUMP", # or "GNUTAR". Default: [program "DUMP"]. # record - record the backup in the time-stamp-database of the backup -# program (e.g. /etc/dumpdates for DUMP or +# program (e.g. /var/lib/dumpdates for DUMP or # @GNUTAR_LISTED_INCREMENTAL_DIRX@ for GNUTAR.). # Default: [record yes] # skip-full - skip the disk when a level 0 is due, to allow full backups @@ -504,8 +504,7 @@ define dumptype global { # indexing, recording, etc. Some examples: # index yes # record no - # split_diskbuffer "/raid/amanda" - # fallback_splitsize 64m + # auth "bsdtcp" } define dumptype always-full { @@ -622,7 +621,7 @@ define dumptype nocomp-high { define dumptype nocomp-test { global - comment "test dump without compression, no /etc/dumpdates recording" + comment "test dump without compression, no /var/lib/dumpdates recording" compress none record no priority medium @@ -630,7 +629,7 @@ define dumptype nocomp-test { define dumptype comp-test { nocomp-test - comment "test dump with compression, no /etc/dumpdates recording" + comment "test dump with compression, no /var/lib/dumpdates recording" compress client fast } @@ -744,6 +743,39 @@ define script-tool sc-email { #your dumptype must include: script "sc-email" #to use the script +define interactivity inter_tty { + plugin "tty" +} +define interactivity inter_email { + plugin "email" + property "mailto" "admin1" "admin2" + property "resend-delay" "10" + property "check-file" "/tmp/email_input" + property "check-file-delay" "10" +} +define interactivity inter_tty_email { + plugin "tty_email" + property "mailto" "admin1" "admin2" + property "resend-delay" "10" + property "check-file" "/tmp/email_input" + property "check-file-delay" "10" +} +interactivity "inter_tty_email" + +define taperscan taper_traditional { + comment "traditional" + plugin "traditional" +} +define taperscan taper_oldest { + comment "oldest" + plugin "oldest" +} +define taperscan taper_lexical { + comment "lexical" + plugin "lexical" +} +taperscan "taper_lexical" + # You may include other amanda configuration files, so you can share # dumptypes, tapetypes and interface definitions among several # configurations.