I cant seem to get a SD trace file generated.  I have tried to add -d400 
to the registry, and restarting the service.  I have tried setdebug 400 
in bconsole.  Below is my SD conf.

#
# Default Bacula Storage Daemon Configuration file


Storage {
  Name                    = comp0-sd
  SDPort                  = 9103     
  WorkingDirectory        = "C:\\Program Files\\Bacula\\var\\work"
  Pid Directory           = "C:\\Program Files\\Bacula\\var\\work"
  Maximum Concurrent Jobs = 10
}

#
# List Directors who are permitted to contact Storage daemon
#
Director {
  Name     = comp0-dir
  Password = "*password*"
}

#
# Restricted Director, used by tray-monitor to get the
#   status of the storage daemon
#
Director {
  Name     = comp0-mon
  Password = "*password*"
  Monitor  = yes
}


#
# Send all messages to the Director,
# mount messages also are sent to the email address
#
Messages {
  Name     = Standard
  director = comp0-dir = all
}



#
# Devices supported by this Storage daemon
# To connect, the Director's bacula-dir.conf must have the
#  same Name and MediaType.
#

Device {
  Name           = FileStorage0
  Media Type     = File
  Archive Device = "d:\\bacula\\"
  LabelMedia     = yes
  Random Access  = Yes
  AutomaticMount = yes
  RemovableMedia = no
  AlwaysOpen     = no
}

Device {
  Name           = FileStorage1
  Media Type     = File
  Archive Device = "d:\\bacula\\"
  LabelMedia     = yes
  Random Access  = Yes
  AutomaticMount = yes
  RemovableMedia = no
  AlwaysOpen     = no
}

################################
# Definition of tape storage device
################################
Autochanger {
  Name            = "Packetloader0"
  Device          = "VXA-172"
  Changer Device  = Changer0
  Changer Command = "\"C:\\Program Files\\Bacula\\bin\\\"mtx-changer %c 
%o %S %a %d"
}

Device {
  Name            = "VXA-172"
  Drive Index     = 0
  Device Type     = Tape
  Archive Device  = Tape0
  Changer Device  = Changer0
  LabelMedia      = yes
  AutomaticMount  = yes
  RemovableMedia  = yes 
  RandomAccess    = no
  Media Type      = X10
  Autochanger     = yes
  Autoselect      = yes
  Spool directory = "d:\\bacula\\spool"
}

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to