# # Default Bacula Storage Daemon Configuration file # # For Bacula release 3.0.3 (18 October 2009) -- debian # # 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 = rm-nas-1.ROV SDPort = 9103 # Director's port WorkingDirectory = "/var/lib/bacula/working" Pid Directory = "/var/run" Maximum Concurrent Jobs = 20 } # # List Directors who are permitted to contact Storage daemon # Director { Name = rm-bac-1-dir Password = "gone" } # # Devices supported by this Storage daemon # To connect, the Director's bacula-dir.conf must have the # same Name and MediaType. # Device { Name = rm-nas-1-wd-server Media Type = File1 Archive Device = /c/bacula/wd-server LabelMedia = yes; # lets Bacula label unlabeled media Random Access = Yes; AutomaticMount = yes; # when device opened, read it RemovableMedia = no; AlwaysOpen = no; } Device { Name = rm-nas-1-em-fap Media Type = File1 Archive Device = /c/bacula/em-fap LabelMedia = yes; # lets Bacula label unlabeled media Random Access = Yes; AutomaticMount = yes; # when device opened, read it RemovableMedia = no; AlwaysOpen = no; } Device { Name = rm-nas-1-catalog Media Type = File1 Archive Device = /c/bacula/catalog LabelMedia = yes; # lets Bacula label unlabeled media Random Access = Yes; AutomaticMount = yes; # when device opened, read it RemovableMedia = no; AlwaysOpen = no; } Device { Name = rm-nas-1-rg-server Media Type = File1 Archive Device = /c/bacula/rg-server LabelMedia = yes; # lets Bacula label unlabeled media Random Access = Yes; AutomaticMount = yes; # when device opened, read it RemovableMedia = no; AlwaysOpen = no; } Device { Name = rm-nas-1-ep-server Media Type = File1 Archive Device = /c/bacula/ep-server LabelMedia = yes; # lets Bacula label unlabeled media Random Access = Yes; AutomaticMount = yes; # when device opened, read it RemovableMedia = no; AlwaysOpen = no; } Device { Name = rm-nas-1-fr-server Media Type = File1 Archive Device = /c/bacula/fr-server LabelMedia = yes; # lets Bacula label unlabeled media Random Access = Yes; AutomaticMount = yes; # when device opened, read it RemovableMedia = no; AlwaysOpen = no; } Device { Name = rm-nas-1-rov-impac-1 Media Type = File1 Archive Device = /c/bacula/rov-impac-1 LabelMedia = yes; # lets Bacula label unlabeled media Random Access = Yes; AutomaticMount = yes; # when device opened, read it RemovableMedia = no; AlwaysOpen = no; } Device { Name = rm-nas-1-zevon Media Type = File1 Archive Device = /c/bacula/zevon LabelMedia = yes; # lets Bacula label unlabeled media Random Access = Yes; AutomaticMount = yes; # when device opened, read it RemovableMedia = no; AlwaysOpen = no; } Device { Name = rm-nas-1-rov-citrix-cs Media Type = File1 Archive Device = /c/bacula/rov-citrix-cs LabelMedia = yes; # lets Bacula label unlabeled media Random Access = Yes; AutomaticMount = yes; # when device opened, read it RemovableMedia = no; AlwaysOpen = no; } # # Send all messages to the Director, # mount messages also are sent to the email address # Messages { Name = Standard director = rm-bac-1.ROV = all } Messages { Name = Debug append = "/var/log/bacula-sd.log" = all }