summaryrefslogtreecommitdiffstats
path: root/system/bacula/README
diff options
context:
space:
mode:
author mario <mario@slackverse.org>2012-08-10 00:45:25 -0500
committer Robby Workman <rworkman@slackbuilds.org>2012-08-10 00:45:25 -0500
commitab0674b5fb3860bf5cd1ed416c86aaf514f7bb18 (patch)
treed000e1f96b96ccb1770abf39fed857e7b4e5648a /system/bacula/README
parent93c2913f073033641d769f058745b59b21940301 (diff)
downloadslackbuilds-ab0674b5fb3860bf5cd1ed416c86aaf514f7bb18.tar.gz
slackbuilds-ab0674b5fb3860bf5cd1ed416c86aaf514f7bb18.tar.xz
system/bacula: Updated for version 5.2.10.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system/bacula/README')
-rw-r--r--system/bacula/README11
1 files changed, 11 insertions, 0 deletions
diff --git a/system/bacula/README b/system/bacula/README
index 855625d9d1..6404ead0bb 100644
--- a/system/bacula/README
+++ b/system/bacula/README
@@ -8,3 +8,14 @@ efficient, while offering many advanced storage management features that make
it easy to find and recover lost or damaged files. Due to its modular design,
Bacula is scalable from small single computer systems to systems consisting
of hundreds of computers located over a large network.
+
+This script comes with a few options that can be set at build time, one
+of which is DATABASE. Supported databases include postgresql/mysql/sqlite3.
+By default mysql support is selected, to disable or select another database
+the following can be used: DATABASE="" ./bacula.SlackBuild
+One more option worth mentioning is BAT, which can be used to enable building
+of Bat together with Bacula. By default Bat comes disabled and for now it
+only builds on slackware-current because it requires newer QT.
+
+For more information on upgrading from previous version see README.SLACKWARE
+that came with this package (which is also installed with the documentation).