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
+ MailOnError = @job_email@ = all, !terminate
operator = @job_email@ = mount
- console = all, !skipped
+ console = all, !skipped, !terminate
#
# WARNING! the following will create a file that you must cycle from
# time to time as it will grow indefinitely. However, it will
#
Messages {
Name = Standard
- director = @hostname@-dir = all
+ director = @hostname@-dir = all, !terminate
}
#
Messages {
Name = Standard
- director = @hostname@-dir = all
+ director = @hostname@-dir = all, !terminate
}
#
Messages {
Name = Standard
- director = rufus-dir = all
+ director = rufus-dir = all, !terminate
}
# Send all messages except skipped files back to Director
Messages {
Name = Standard
- director = @hostname@-dir = all
+ director = @hostname@-dir = all, !terminate
}
#
Messages {
Name = Standard
- director = @hostname@-dir = all
+ director = @hostname@-dir = all, !terminate
}
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
+ MailOnError = @job_email@ = all, !terminate
operator = @job_email@ = mount
- console = all, !skipped
+ console = all, !skipped, !terminate
append = "@working_dir@/log" = all, !skipped
}
echo " === Starting four-concurrent-jobs-test ===" >>working/log
echo " "
-#bin/bacula start 2>&1 >/dev/null
-bin/bacula start
+bin/bacula start 2>&1 >/dev/null
bin/bconsole -c bin/bconsole.conf <<END_OF_DATA
@output /dev/null
messages
echo " === Starting restore-disk-seek-test ===" >>working/log
echo " "
-# bin/bacula start -v -v 2>&1 >/dev/null
-bin/bacula start -v -v
+bin/bacula start -v -v 2>&1 >/dev/null
bin/bconsole -c bin/bconsole.conf <<END_OF_DATA
-@tee /dev/null
+@output /dev/null
messages
-@tee tmp/log1.out
+@output tmp/log1.out
label storage=File volume=TestVolume001
run job=CompressedTest yes
wait
@#
@# now do a restore
@#
-@tee tmp/log2.out
+@output tmp/log2.out
sql
select * from JobMedia;
yes
wait
messages
-@tee
+@output
quit
END_OF_DATA
bin/bacula stop 2>&1 >/dev/null