X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;ds=sidebyside;f=regress%2Fscripts%2Fbacula-dir-win32-tape.conf.in;h=e0fa99c47f72a624937c4f811fe38f400e680679;hb=d5189111dcd58f77691e748c57cb8fa9bb6384f8;hp=10d70e74663b6f83d06c6c08d1917c91158236b1;hpb=26468483c724386465812c09a338083af68c717c;p=bacula%2Fbacula diff --git a/regress/scripts/bacula-dir-win32-tape.conf.in b/regress/scripts/bacula-dir-win32-tape.conf.in index 10d70e7466..e0fa99c47f 100644 --- a/regress/scripts/bacula-dir-win32-tape.conf.in +++ b/regress/scripts/bacula-dir-win32-tape.conf.in @@ -14,7 +14,7 @@ Director { # define myself Name = @hostname@-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,13 +25,13 @@ 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 - Client=Tibs + Client=@win32_client@ FileSet="Full Set" - Storage = DDS-4 + Storage = tape Messages = Standard Pool = Default Write Bootstrap = "@working_dir@/NightlySave.bsr" @@ -44,12 +44,12 @@ Job { Job { Name = "RestoreFiles" Type = Restore - Client=Tibs + Client=@win32_client@ FileSet="Full Set" - Storage = DDS-4 + Storage = tape Messages = Standard Pool = Default - Where = /tmp/bacula-restores + Where = @tmpdir@/bacula-restores } @@ -58,7 +58,7 @@ FileSet { Name = "Full Set" Enable VSS = yes Include { Options { signature=MD5 } - File = "c:" + File = "@win32_file@" } } @@ -76,11 +76,11 @@ Schedule { # Client (File Services) to backup Client { - Name = Tibs - Address = tibs - FDPort = 9102 + Name = @win32_client@ + Address = @win32_addr@ + FDPort = @win32_port@ Catalog = MyCatalog - Password = "xBzFq+a9llZyGyfMaNO9e3outP86/1AUAT8P34RoT62G" + Password = "@win32_password@" File Retention = 30d # 30 days Job Retention = 180d # six months AutoPrune = yes # Prune expired Jobs/Files @@ -89,12 +89,12 @@ Client { # Definition of DDS tape storage device Storage { - Name = DDS-4 - Address = 192.168.68.112 # N.B. Use a fully qualified name here - SDPort = 8103 + Name = tape + Address = @hostname@-sd # N.B. Use a fully qualified name here + 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 + Device = tape # must be same as Device in Storage daemon + Media Type = tape # must be same as MediaType in Storage daemon AutoChanger = yes Maximum Concurrent Jobs = 4 } @@ -103,17 +103,18 @@ Storage { # Generic catalog service Catalog { Name = MyCatalog - dbname = regress; user = regress; password = "" + @libdbi@ + dbname = @db_name@; user = @db_user@; password = "@db_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 Job %j\) %r\" -s \"Bacula: %t %e of %c %l\" %r" - operatorcommand = "@sbindir@/bsmtp -h localhost -f \"\(Bacula Regression Job %j\) %r\" -s \"Bacula: Intervention needed for %j\" %r" - MailOnError = @job_email@ = all, !terminate - operator = @job_email@ = mount + mailcommand = "@sbindir@/bsmtp -h localhost -f \"\(Bacula regression Job %j\) %r\" -s \"Regression: %t %e of %c %l\" %r" + operatorcommand = "@sbindir@/bsmtp -h localhost -f \"\(Bacula regression Job %j\) %r\" -s \"Regression: Intervention needed for %j\" %r" +# MailOnError = @job_email@ = all, !terminate +# operator = @job_email@ = mount console = all, !skipped, !terminate, !restored # # WARNING! the following will create a file that you must cycle from @@ -121,16 +122,18 @@ Messages { # also keep all your messages if the scroll off the console. # append = "@working_dir@/log" = all, !skipped + catalog = all, !skipped } # # Message delivery for daemon messages (no job). Messages { Name = Daemon - mailcommand = "@sbindir@/bsmtp -h @smtp_host@ -f \"\(Bacula\) %r\" -s \"Bacula daemon message\" %r" - mail = @job_email@ = all, !skipped + 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 + catalog = all, !skipped }