summaryrefslogtreecommitdiffstats
path: root/archive/amanda/CONFIGURE
diff options
context:
space:
mode:
Diffstat (limited to 'archive/amanda/CONFIGURE')
-rwxr-xr-xarchive/amanda/CONFIGURE21
1 files changed, 21 insertions, 0 deletions
diff --git a/archive/amanda/CONFIGURE b/archive/amanda/CONFIGURE
new file mode 100755
index 0000000000..1130f5ad2c
--- /dev/null
+++ b/archive/amanda/CONFIGURE
@@ -0,0 +1,21 @@
+config_query_option AMANDA_CLIENT "Install client-only?" n \
+ "--without-server" "" &&
+
+config_query_option AMANDA_SERVER "Install server-only?" n \
+ "--without-client" "" &&
+
+config_query_option AMANDA_HOSTS "Use .rhosts over .amandahosts?" n \
+ "--without-amandahosts" "" &&
+
+config_query_option AMANDA_BUFFER \
+ "buffer the dumping sockets on the server for speed" n \
+ "--with-buffered-dump" "" &&
+
+config_query_option AMANDA_FQDN "use FQDNs to backup multiple networks" n \
+ "--with-fqdn" "" &&
+
+#
+# Full DB list: text db dbm gdbm ndbm
+#
+config_query_list AMANDA_DB "Use which database format?" \
+ text db gdbm