]> git.sur5r.net Git - bacula/bacula/blob - regress/freebsd.conf
Make out of freespace non-fatal for removable devices -- i.e. behaves like tape
[bacula/bacula] / regress / freebsd.conf
1 #
2 # Copyright (C) 2000-2015 Kern Sibbald
3 # License: BSD 2-Clause; see file LICENSE-FOSS
4 #
5 # Where to get the source to be tested
6 # BACULA_SOURCE="${HOME}/bacula/branch-1.36.2"
7 BACULA_SOURCE="${HOME}/bacula/k"
8
9 # Where to send email   !!!!! Change me !!!!!!!
10 EMAIL=xxxx@domain.com
11 SMTP_HOST="machine.domain.com"
12
13 # Full "default" path where to find sqlite (no quotes!)
14 SQLITE3_DIR=${HOME}/bacula/depkgs/sqlite3
15 SQLITE_DIR=${HOME}/bacula/depkgs/sqlite
16
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"
22
23 # This must be the path to the autochanger including its name
24 AUTOCHANGER_PATH="/usr/local/sbin/mtx"
25
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"
31
32 # Set this to "--with-tcp-wrappers" or "--without-tcp-wrappers"
33 TCPWRAPPERS="--with-tcp-wrappers"
34
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"
38 #   
39 # Note, you can also add any other (as many as you want) special   
40 #  Bacula configuration options here, such as --disable-batch-insert
41 #
42 OPENSSL=""