Imported Upstream version 2.6.1
[debian/amanda] / example / template.d / amanda-tape-changer.conf
index 382259f23ccfb9b7266b3770215670e41f2278d2..d60fbd5e6cec576df553e1e6167c3c65dbbf26cc 100644 (file)
@@ -33,9 +33,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