]> git.sur5r.net Git - bacula/bacula/blobdiff - regress/prototype.conf
Tweak add debug to duplicate-job
[bacula/bacula] / regress / prototype.conf
index 47c14d55487d5dfd94964f5b6eae7aac08f22e59..814f2c06a794a6ff9a6f0c74468a5d93b5046f49 100644 (file)
@@ -7,7 +7,11 @@ SMTP_HOST="localhost"
 
 # Full "default" path where to find sqlite (no quotes!)
 SQLITE3_DIR=${HOME}/bacula/depkgs/sqlite3
-SQLITE_DIR=${HOME}/bacula/depkgs/sqlite
+
+# Set your database here
+#WHICHDB="--with-sqlite3=${SQLITE3_DIR}"
+#WHICHDB="--with-postgresql"
+WHICHDB="--with-mysql" 
 
 # set to /dev/null if you do not have a tape drive
 # Note this is used for both the tape tests and the
@@ -41,19 +45,14 @@ AUTOCHANGER_SCRIPT=mtx-changer
 # This must be the path to the autochanger including its name
 AUTOCHANGER_PATH="/usr/sbin/mtx"
 
-# Set your database here
-#WHICHDB="--with-sqlite=${SQLITE_DIR}"
-#WHICHDB="--with-sqlite3=${SQLITE3_DIR}"
-#WHICHDB="--with-postgresql"
-WHICHDB="--with-mysql" 
-
 # DB parameters
 db_name="regress"
 db_user="regress"
-db_password=
+db_password=""
 
 # Set this if you use libdbi framework
 #LIBDBI="dbdriver = "dbi:postgresql"; dbaddress = 127.0.0.1; dbport = 5432"
+#LIBDBI="dbdriver = "dbi:sqlite"; dbaddress = 127.0.0.1; dbport = 0"
 
 # Set this to "--with-tcp-wrappers" or "--without-tcp-wrappers"
 TCPWRAPPERS="--with-tcp-wrappers"
@@ -69,7 +68,7 @@ OPENSSL="--with-openssl"
 
 # You may put your real host name here, but localhost is valid also
 #  and it has the advantage that it works on a non-newtworked machine
-HOST="localhost"
+HOST="127.0.0.1"
 
 # see --with-base-port at
 # http://www.bacula.org/rel-manual/Installing_Bacula.html
@@ -92,9 +91,20 @@ SITE_NAME=<your-name>-bacula-${HOST}
 # The following are used only if you want to run Win32 tests, which
 #   is a real pain since the Win32 machine is not localhost and you
 #   also need to specify what to backup.
+# There are a few Win32 tests e.g. tests/win32-test where this will
+#   work. You must specify the client name, its address, and a 
+#   file (which may be a directory) on the machine to backup.
+#   It will be backed up and restored to c:/tmp, but no checking
+#   of the resulting restore data is done.
 #
+# Client name. Note, it must be configured to accept your regress director
 WIN32_CLIENT="yyyy"
+# Client FQDN or IP address
 WIN32_ADDR="yyyy"
+# File or Directory to backup.  This is put in the "File" directive 
+#   in the FileSet
 WIN32_FILE="c:/users/xxxx"
+# Port of Win32 client
 WIN32_PORT=9102
+# Win32 Client password
 WIN32_PASSWORD="zzzzz"