X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=example%2Famanda.conf.in;h=158f9614fb517a7351e91dd058dacfc1cea783c6;hb=HEAD;hp=903b1bbd7b364254e0a8aac67fe3d114708fb6db;hpb=42ff24f2a525d5965e1841b2ebe3ee0f4b918ac6;p=debian%2Famanda diff --git a/example/amanda.conf.in b/example/amanda.conf.in index 903b1bb..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 @@ -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 { @@ -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.