2 # Copyright (C) 2000-2015 Kern Sibbald
3 # License: BSD 2-Clause; see file LICENSE-FOSS
5 # Where to get the source to be tested
6 # BACULA_SOURCE="${HOME}/bacula/branch-1.36.2"
7 BACULA_SOURCE="${HOME}/bacula/k"
9 # Where to send email !!!!! Change me !!!!!!!
11 SMTP_HOST="machine.domain.com"
13 # Full "default" path where to find sqlite (no quotes!)
14 SQLITE3_DIR=${HOME}/bacula/depkgs/sqlite3
15 SQLITE_DIR=${HOME}/bacula/depkgs/sqlite
17 TAPE_DRIVE="/dev/nsa0"
18 # if you don't have an autochanger set AUTOCHANGER to /dev/null
19 AUTOCHANGER="/dev/sg0"
20 # For two drive tests -- set to /dev/null if you do not have it
21 TAPE_DRIVE1="/dev/null"
23 # This must be the path to the autochanger including its name
24 AUTOCHANGER_PATH="/usr/local/sbin/mtx"
26 # Set your database here
27 #WHICHDB="--with-sqlite=${SQLITE_DIR}"
28 #WHICHDB="--with-sqlite3=${SQLITE3_DIR}"
29 WHICHDB="--with-mysql"
30 #WHICHDB="--with-postgresql"
32 # Set this to "--with-tcp-wrappers" or "--without-tcp-wrappers"
33 TCPWRAPPERS="--with-tcp-wrappers"
35 # Set this to "" to disable OpenSSL support, "--with-openssl=yes"
36 # to enable it, or provide the path to the OpenSSL installation,
37 # eg "--with-openssl=/usr/local"
39 # Note, you can also add any other (as many as you want) special
40 # Bacula configuration options here, such as --disable-batch-insert