Imported Upstream version 2.6.1
[debian/amanda] / example / template.d / amanda-harddisk.conf
index 395a83643d32f8b69b03a3d2f8450242be3785b1..4a489735d979a8908d92cf91afb0b1632e0c590a 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