# # Default Bacula Storage Daemon Configuration file # # For Bacula release 3.0.1 (30 April 2009) -- ubuntu 9.04 # # You may need to change the name of your tape drive # on the "Archive Device" directive in the Device # resource. If you change the Name and/or the # "Media Type" in the Device resource, please ensure # that dird.conf has corresponding changes. # Storage { # definition of myself Name = bayer-sd SDPort = 9103 # Director's port WorkingDirectory = "/var/lib/bacula/working" Pid Directory = "/var/run" Maximum Concurrent Jobs = 1 } # # List Directors who are permitted to contact Storage daemon # Director { Name = bayer-dir Password = "*******************Tr2kZPuyoYQce2PwMITAlasEV" } # # Restricted Director, used by tray-monitor to get the # status of the storage daemon # Director { Name = bayer-mon Password = "*******************GmzyGTKFRonQST7uttNZ22G61" Monitor = yes } # # Devices supported by this Storage daemon # To connect, the Director's bacula-dir.conf must have the # same Name and MediaType. # Device { Name = FileStorage Media Type = File Archive Device = /var/lib/bacula/archive LabelMedia = yes; # lets Bacula label unlabeled media Random Access = Yes; AutomaticMount = yes; # when device opened, read it RemovableMedia = no; AlwaysOpen = no; SpoolDirectory = /var/spool/bacula } Device { Name = ExternalFileStorage Media Type = File Archive Device = /media/bacula LabelMedia = yes; # lets Bacula label unlabeled media Random Access = Yes; AutomaticMount = yes; # when device opened, read it RemovableMedia = no; AlwaysOpen = no; SpoolDirectory = /var/spool/bacula } # # Send all messages to the Director, # mount messages also are sent to the email address # Messages { Name = Standard director = bayer-dir = all }