From 33ce3bfa19ec6d4174851afde8f4744ab58420de Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Mon, 23 Jul 2007 07:40:53 +0000 Subject: [PATCH] ebl first cut off a new test about errors git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@5229 91ce42f0-d328-0410-95d8-f526ca767f89 --- regress/scripts/bacula-dir.conf.errors.in | 154 ++++++++++++++++++++++ 1 file changed, 154 insertions(+) create mode 100644 regress/scripts/bacula-dir.conf.errors.in diff --git a/regress/scripts/bacula-dir.conf.errors.in b/regress/scripts/bacula-dir.conf.errors.in new file mode 100644 index 0000000000..bcf819fae9 --- /dev/null +++ b/regress/scripts/bacula-dir.conf.errors.in @@ -0,0 +1,154 @@ +# +# Default Bacula Director Configuration file +# +# The only thing that MUST be changed is to add one or more +# file or directory names in the Include directive of the +# FileSet resource. +# +# For Bacula release 1.39.27 (24 October 2006) -- debian testing/unstable +# +# You might also want to change the default email address +# from root to your address. See the "mail" and "operator" +# directives in the Messages resource. +# + +Director { # define myself + Name = @hostname@-dir + DIRport = 8101 # where we listen for UA connections + QueryFile = "@scriptdir@/query.sql" + WorkingDirectory = "@working_dir@" + PidDirectory = "@piddir@" + SubSysDirectory = "@subsysdir@" + Maximum Concurrent Jobs = 4 + Password = "pNvX1WiXnwv2C/F7E52LGvw6rKjbbPvu2kyuPa9pVaL3" # Console password + Messages = Standard +} + +JobDefs { + Name = "DefaultJob" + Type = Backup + Level = Incremental + Client = @hostname@-fd + FileSet = FS_TESTJOB + Storage = File + Messages = Standard + Pool = Default + Priority = 10 + Maximum Concurrent Jobs = 16 +} + +FileSet { + Name = FS_LOCAL_INC_ERROR + Include { + File=