X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=regress%2Fscripts%2Fnew-test-bacula-dir.conf.in;h=38ce5586e36ad80286246f07d5efe88096cc6cf0;hb=ef03f877b1ff24233766a62bea9cee8d6e2d2621;hp=f190724fc35bd726ae8728a8551db4d254a3e15a;hpb=56b434caa8bb2ea3054710b341e6fe0aff965dce;p=bacula%2Fbacula diff --git a/regress/scripts/new-test-bacula-dir.conf.in b/regress/scripts/new-test-bacula-dir.conf.in index f190724fc3..38ce5586e3 100644 --- a/regress/scripts/new-test-bacula-dir.conf.in +++ b/regress/scripts/new-test-bacula-dir.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@" @@ -26,7 +26,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 @@ -51,6 +51,19 @@ Job { Write Bootstrap = "@working_dir@/NightlySave.bsr" } +Job { + Name = "MonsterFileSet" + Type = Backup + Client=@hostname@-fd + FileSet="MonsterFileSet" + Storage = File + Messages = Standard + Pool = Default + Maximum Concurrent Jobs = 4 + Write Bootstrap = "@working_dir@/NightlySave.bsr" +} + + Job { Name = "VerifyVolume" @@ -99,6 +112,19 @@ Job { Write Bootstrap = "@working_dir@/NightlySave.bsr" } +Job { + Name = "FIFOTest" + Type = Backup + Client=@hostname@-fd + FileSet="FIFOSet" + Storage = File + Messages = Standard + Pool = Default + Write Bootstrap = "@working_dir@/NightlySave.bsr" + ClientRunBeforeJob = "/bin/sleep 60" +} + + # Backup the catalog database (after the nightly save) Job { @@ -111,7 +137,7 @@ Job { Messages = Standard Pool = Default # This creates an ASCII copy of the catalog - RunBeforeJob = "@sbindir@/make_catalog_backup -u bacula" + RunBeforeJob = "@sbindir@/make_catalog_backup -u regress" # This deletes the copy of the catalog RunAfterJob = "@sbindir@/delete_catalog_backup" Write Bootstrap = "@working_dir@/BackupCatalog.bsr" @@ -153,7 +179,7 @@ Job { Storage = File Messages = Standard Pool = Default - Where = /tmp/bacula-restores + Where = @tmpdir@/bacula-restores } @@ -161,7 +187,7 @@ Job { FileSet { Name = "Full Set" Include { Options { signature=MD5 } - File =