X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=regress%2Fscripts%2Fwin32-bacula-dir-tape.conf.in;h=be11cb6355bad7a91221e65aa685f8a26423ecec;hb=7a31fe9348a77c27f05cabcd5d74ea775d474789;hp=5c2af4f967f92aecf697c323bf43446f79773c15;hpb=2b40b068ce0de0f975b918028a91bbafea670732;p=bacula%2Fbacula diff --git a/regress/scripts/win32-bacula-dir-tape.conf.in b/regress/scripts/win32-bacula-dir-tape.conf.in index 5c2af4f967..be11cb6355 100644 --- a/regress/scripts/win32-bacula-dir-tape.conf.in +++ b/regress/scripts/win32-bacula-dir-tape.conf.in @@ -5,7 +5,7 @@ # file or directory names in the Include directive of the # FileSet resource. # -# For Bacula release 1.33 +# For Bacula release 1.39.23 # # You might also want to change the default email address # from root to your address. See the "mail" and "operator" @@ -13,8 +13,8 @@ # Director { # define myself - Name = rufus-dir - DIRport = 8101 # where we listen for UA connections + Name = @hostname@-dir + DIRPort = @dirport@ # where we listen for UA connections QueryFile = "@scriptdir@/query.sql" WorkingDirectory = "@working_dir@" PidDirectory = "@piddir@" @@ -25,11 +25,11 @@ 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 Messages = Standard @@ -44,12 +44,12 @@ Job { Job { Name = "RestoreFiles" Type = Restore - Client=Tibs + Client=@win32_client@ FileSet="Full Set" Storage = DDS-4 Messages = Standard Pool = Default - Where = /tmp/bacula-restores + Where = @tmpdir@/bacula-restores } @@ -59,8 +59,7 @@ FileSet { Enable VSS = yes Include { Options { signature=MD5; portable=no compression=GZIP } -# File = "c:/cygwin" # big - File = "c:/cygwin/home/kern/bacula/k" + File = "@win32_file@" } } @@ -78,11 +77,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 = "pNvX1WiXnwv2C/F7E52LGvw6rKjbbPvu2kyuPa9pVaL3" + Password = "@win32_password@" File Retention = 30d # 30 days Job Retention = 180d # six months AutoPrune = yes # Prune expired Jobs/Files @@ -92,7 +91,7 @@ Client { Client { Name = localhost-fd Address = localhost - FDPort = 8102 + FDPort = @fdport@ Catalog = MyCatalog Password = "xevrjURYoCHhn26RaJoWbeWXEY/a3VqGKp/37tgWiuHc" File Retention = 30d # 30 days @@ -105,8 +104,8 @@ 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 + 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 @@ -118,17 +117,18 @@ Storage { # Generic catalog service Catalog { Name = MyCatalog - dbname = bacula; user = bacula; 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\) %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" - MailOnError = @job_email@ = all, !terminate - operator = @job_email@ = mount + 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 # # WARNING! the following will create a file that you must cycle from @@ -142,8 +142,8 @@ 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" - 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 } @@ -156,5 +156,4 @@ Pool { Recycle = yes # Bacula can automatically recycle Volumes AutoPrune = yes # Prune expired volumes Volume Retention = 365d # one year - Accept Any Volume = yes # write on any volume in the pool }