Merge commit 'upstream/3.1.0'
[debian/amanda] / example / template.d / amanda-S3.conf
diff --git a/example/template.d/amanda-S3.conf b/example/template.d/amanda-S3.conf
deleted file mode 100644 (file)
index e05b66d..0000000
+++ /dev/null
@@ -1,67 +0,0 @@
-org "DailySet1"        # your organization name for reports
-mailto "martinea"      # space separated list of operators at your site
-dumpcycle 1 week       # the number of days in the normal dump cycle
-runspercycle 5          # the number of amdump runs in dumpcycle days
-                       # (1 week * 5 amdump runs per week -- just weekdays)
-tapecycle 10 tapes     # the number of tapes in rotation
-                       # 1 week (dumpcycle) times 5 tapes per week (just
-                       # the weekdays) plus a few to handle errors that
-                       # need amflush and so we do not overwrite the full
-                       # backups performed at the beginning of the previous
-                       # cycle
-runtapes 1             # number of tapes to be used in a single run of amdump
-tpchanger "chg-multi"  # the tape-changer glue script
-tapedev "S3:"          # the no-rewind tape device to be used
-changerfile "/etc/amanda/DailySet1/changer.conf" 
-#changerdev "/dev/sg1"
-tapetype S3    # what kind of tape it is (see tapetypes below)
-
-holdingdisk hd2 {
-    directory "/var/lib/amanda/holdings/DailySet1"
-    use 1000 Mb
-    }
-
-label_new_tapes "DailySet1-%%%%"       # Enable auto labeling 
-labelstr "^DailySet1-[0-9][0-9]*$"     # label constraint regex: all tapes must match
-
-dtimeout 1800          # number of idle seconds before a dump is aborted.
-ctimeout 30            # maximum number of seconds that amcheck waits
-                       # for each client host
-etimeout 300           # number of seconds per filesystem for estimates.
-
-define dumptype global {
-        comment "Global definitions"
-        auth "bsdtcp"
-}
-
-#define application-tool and dumptype for the amgtar application
-define application-tool app_amgtar {
-    comment "amgtar"
-    plugin  "amgtar"
-    #property "GNUTAR-PATH" "/path/to/gtar"
-    #property "GNUTAR-LISTDIR" "/path/to/gnutar_list_dir"
-}
-
-define dumptype gui-base {
-        global
-        program "APPLICATION"
-        application "app_amgtar"
-        comment "gui base dumptype dumped with tar"
-        compress none
-        index yes
-}
-
-define tapetype HARDDISK {
-    comment "Virtual Tapes"
-    length 5000 mbytes
-}
-
-define tapetype S3 {
-    comment "S3 Bucket"
-    length 10240 gigabytes # Bucket size 10TB
-}
-
-includefile "./advanced.conf"
-includefile "/etc/amanda/template.d/dumptypes"
-includefile "/etc/amanda/template.d/tapetypes"
-