Imported Upstream version 3.2.0
[debian/amanda] / example / template.d / amanda-harddisk.conf.in
index e1c920be7383d6d88ce84a5dc24641717068dc24..9ed969e4a320f44753139273dfd9e068c8a9679e 100644 (file)
@@ -26,9 +26,18 @@ define dumptype global {
         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 "GNUTAR"
+       program "APPLICATION"
+        application "app_amgtar"
         comment "gui base dumptype dumped with tar"
         compress none
         index yes
@@ -37,6 +46,8 @@ define dumptype gui-base {
 define tapetype HARDDISK {
     comment "Virtual Tapes"
     length 5000 mbytes
+    part_size 500 mbytes
+    part_cache_type none
 }
 
 includefile "./advanced.conf"