I'm trying to get a list of all files saved that is in a file
rather than only in the database. I have the Messages{} section
below and have restarted the three bacula daemons. I am using
a job that specifies the Messages{} section below. I do not get
a list of files in the end-of-job email nor in the specified file.
What do I need to check next?

bacula 1.38.11
fedora core 5 with all current patches

Mike

#
# This job is small for testing things
#   By default, this job will back up to disk in /tmp
Job {
  Name = elo-test
  Type = Backup
  Client = elo-fd
  Level = Full
  FileSet = Example-Files
  Storage = elo:file
  Enabled = yes
  Messages = Detailed
  Pool = Default
  Priority = 10
  Rerun Failed Levels = Yes
}

# Detailed message delivery -- send everything to email address
#  and to the console
Messages {
  Name = Detailed
#
# NOTE! If you send to two email or more email addresses, you will need
#  to replace the %r in the from field (-f part) with a single valid
#  email address in both the mailcommand and the operatorcommand.
#
  mailcommand = "/opt/bacula/sbin/bsmtp -h localhost -f \"\(Bacula\) %r\" -s 
\"Bacula: %t %e of %c %
l\" %r"
  operatorcommand = "/opt/bacula/sbin/bsmtp -h localhost -f \"\(Bacula\) %r\" 
-s \"Bacula: Intervent
ion needed for %j\" %r"
  mail = [EMAIL PROTECTED] = all
  operator = [EMAIL PROTECTED] = mount
  console = all
#
# WARNING! the following will create a file that you must cycle from
#          time to time as it will grow indefinitely. However, it will
#          also keep all your messages if they scroll off the console.
#
  append = "/var/log/bacula" = all
}


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to