Imported Upstream version 3.3.0
[debian/amanda] / example / amanda.conf.in
index 7ef107b681ab10f80716b5a785222c115d3a219c..692dcc5ec5a8cf1b1d9b3e935beac41f204ddafb 100644 (file)
@@ -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.