summaryrefslogtreecommitdiffstats
path: root/archive/amanda/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'archive/amanda/INSTALL')
-rwxr-xr-xarchive/amanda/INSTALL16
1 files changed, 16 insertions, 0 deletions
diff --git a/archive/amanda/INSTALL b/archive/amanda/INSTALL
new file mode 100755
index 0000000000..90f093b336
--- /dev/null
+++ b/archive/amanda/INSTALL
@@ -0,0 +1,16 @@
+default_install &&
+
+install -m 0755 -d $INSTALL_ROOT/etc/amanda &&
+
+cd example &&
+
+for config in *.conf; do
+ install -m 0644 $config \
+ $INSTALL_ROOT/etc/amanda/${config}.dist
+done &&
+
+install -m 0644 disklist \
+ $INSTALL_ROOT/etc/amanda/disklist.dist &&
+
+install -m 0644 config.site \
+ $INSTALL_ROOT/etc/amanda/config.site.dist