BACULA_SOURCE="${HOME}/bacula/k"
# Where to send email !!!!! Change me !!!!!!!
-EMAIL=kern@sibbald.com
-SMTP_HOST="matou.sibbald.com"
+EMAIL=xxxx@domain.com
+SMTP_HOST="machine.domain.com"
# Full "default" path where to find sqlite (no quotes!)
+SQLITE3_DIR=${HOME}/bacula/depkgs/sqlite3
SQLITE_DIR=${HOME}/bacula/depkgs/sqlite
TAPE_DRIVE="/dev/nsa0"
AUTOCHANGER_PATH="/usr/local/sbin/mtx"
# Set your database here
-WHICHDB?="--with-sqlite=${SQLITE_DIR}"
-#WHICHDB="--with-mysql=${HOME}/mysql"
+#WHICHDB="--with-sqlite=${SQLITE_DIR}"
+#WHICHDB="--with-sqlite3=${SQLITE3_DIR}"
+WHICHDB="--with-mysql"
+#WHICHDB="--with-postgresql"
# Set this to "--with-tcp-wrappers" or "--without-tcp-wrappers"
TCPWRAPPERS="--with-tcp-wrappers"
# Set this to "" to disable OpenSSL support, "--with-openssl=yes"
# to enable it, or provide the path to the OpenSSL installation,
# eg "--with-openssl=/usr/local"
+#
+# Note, you can also add any other (as many as you want) special
+# Bacula configuration options here, such as --disable-batch-insert
+#
OPENSSL=""
BACULA_SOURCE="${HOME}/bacula/k"
# Where to send email !!!!! Change me !!!!!!!
-EMAIL=kern@omally
+EMAIL=xxxx@omally
SMTP_HOST="localhost"
# Full "default" path where to find sqlite (no quotes!)
# Set this to "" to disable OpenSSL support, "--with-openssl=yes"
# to enable it, or provide the path to the OpenSSL installation,
# eg "--with-openssl=/usr/local"
+#
+# Note, you can also add any other (as many as you want) special
+# Bacula configuration options here, such as --disable-batch-insert
+#
OPENSSL="--with-openssl"
# Set this to "" to disable OpenSSL support, "--with-openssl=yes"
# to enable it, or provide the path to the OpenSSL installation,
# eg "--with-openssl=/usr/local"
+#
+# Note, you can also add any other (as many as you want) special
+# Bacula configuration options here, such as --disable-batch-insert
+#
OPENSSL="--with-openssl"