X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=regress%2Fscripts%2Fwin32-bacula-dir-tape.conf.in;h=f14bb8e18e34954446b8f689e559fa066f33120c;hb=7ec6a7e8c7b6908e321883b18dbc64e244bc282a;hp=692e8452fa270600505b46b3330d154bcf5e4771;hpb=ed8ccde36c5b8984c95028afa1e3ca1c4cbf2f14;p=bacula%2Fbacula diff --git a/regress/scripts/win32-bacula-dir-tape.conf.in b/regress/scripts/win32-bacula-dir-tape.conf.in index 692e8452fa..f14bb8e18e 100644 --- a/regress/scripts/win32-bacula-dir-tape.conf.in +++ b/regress/scripts/win32-bacula-dir-tape.conf.in @@ -14,7 +14,7 @@ Director { # define myself Name = localhost-dir - DIRport = 8101 # where we listen for UA connections + DIRPort = @dirport@ # where we listen for UA connections QueryFile = "@scriptdir@/query.sql" WorkingDirectory = "@working_dir@" PidDirectory = "@piddir@" @@ -25,7 +25,7 @@ Director { # define myself # # Define the main nightly save backup job -# By default, this job will back up to disk in /tmp +# By default, this job will back up to disk in @tmpdir@ Job { Name = "NightlySave" Type = Backup @@ -49,7 +49,7 @@ Job { Storage = DDS-4 Messages = Standard Pool = Default - Where = /tmp/bacula-restores + Where = @tmpdir@/bacula-restores } @@ -92,7 +92,7 @@ Client { Client { Name = localhost-fd Address = localhost - FDPort = 8102 + FDPort = @fdport@ Catalog = MyCatalog Password = "xevrjURYoCHhn26RaJoWbeWXEY/a3VqGKp/37tgWiuHc" File Retention = 30d # 30 days @@ -106,7 +106,7 @@ Client { Storage { Name = DDS-4 Address = 192.168.68.112 # N.B. Use a fully qualified name here - SDPort = 8103 + SDPort = @sdport@ Password = "ccV3lVTsQRsdIUGyab0N4sMDavui2hOBkmpBU0aQKOr9" # password for Storage daemon Device = DDS-4 # must be same as Device in Storage daemon Media Type = DDS-4 # must be same as MediaType in Storage daemon @@ -118,15 +118,15 @@ Storage { # Generic catalog service Catalog { Name = MyCatalog - dbname = bacula; user = bacula; password = "" + dbname = regress; user = regress; password = "" } # Reasonable message delivery -- send most everything to email address # and to the console Messages { Name = Standard - mailcommand = "@sbindir@/bsmtp -h localhost -f \"\(Bacula Regression\) %r\" -s \"Bacula: %t %e of %c %l\" %r" - operatorcommand = "@sbindir@/bsmtp -h localhost -f \"\(Bacula Regression\) %r\" -s \"Bacula: Intervention needed for %j\" %r" + mailcommand = "@sbindir@/bsmtp -h localhost -f \"\(Bacula regression\) %r\" -s \"Regression: %t %e of %c %l\" %r" + operatorcommand = "@sbindir@/bsmtp -h localhost -f \"\(Bacula regression\) %r\" -s \"Regression: Intervention needed for %j\" %r" MailOnError = @job_email@ = all, !terminate operator = @job_email@ = mount console = all, !skipped, !terminate, !restored @@ -142,7 +142,7 @@ Messages { # Message delivery for daemon messages (no job). Messages { Name = Daemon - mailcommand = "@sbindir@/bsmtp -h @smtp_host@ -f \"\(Bacula\) %r\" -s \"Bacula daemon message\" %r" + mailcommand = "@sbindir@/bsmtp -h @smtp_host@ -f \"\(Bacula regression\) %r\" -s \"Regression daemon message\" %r" mail = @job_email@ = all, !skipped console = all, !skipped, !saved append = "@working_dir@/log" = all, !skipped