# # Bacula Storage Daemon Configuration file with # dummy Autochanger # # Storage { # definition of myself Name = @hostname@-sd SDPort = @sdport@ # Director's port WorkingDirectory = "@working_dir@" Pid Directory = "@piddir@" Subsys Directory = "@subsysdir@" } # # List Directors who are permitted to contact Storage daemon # Director { Name = @hostname@-dir Password = "ccV3lVTsQRsdIUGyab0N4sMDavui2hOBkmpBU0aQKOr9" } # # Devices supported by this Storage daemon # To connect, the Director's bacula-dir.conf must have the # same Name and MediaType. # Autochanger { Name = LTO Changer Device = @autochanger@ Changer Command ="@scriptdir@/@changer_script@ %c %o %S %a %d" Device = LTO3_0, LTO3_1, LTO3_2, LTO1_3, LTO1_4 } Device { Name = LTO3_0 Media Type = LTO3 Archive Device = @working_dir@/ach/drive0 AutomaticMount = yes; # when device opened, read it Autochanger = yes Drive Index = 0 AlwaysOpen = yes; RemovableMedia = yes; @@sbindir@/tape_options Maximum File Size = 10M Maximum Job Spool Size = 10M Spool Directory = @working_dir@ } Device { Name = LTO3_1 Media Type = LTO3 Archive Device = @working_dir@/ach/drive1 AutomaticMount = yes; # when device opened, read it Autochanger = yes Drive Index = 1 AlwaysOpen = yes; RemovableMedia = yes; @@sbindir@/tape_options Maximum File Size = 10M Maximum Job Spool Size = 10M Spool Directory = @working_dir@ } Device { Name = LTO3_2 Media Type = LTO3 Archive Device = @working_dir@/ach/drive2 AutomaticMount = yes; # when device opened, read it Autochanger = yes Drive Index = 2 AlwaysOpen = yes; RemovableMedia = yes; @@sbindir@/tape_options Maximum File Size = 10M Auto Select = no Maximum Job Spool Size = 10M Spool Directory = @working_dir@ } Device { Name = LTO1_3 Media Type = LTO1 Archive Device = @working_dir@/ach/drive3 AutomaticMount = yes; # when device opened, read it Autochanger = yes Drive Index = 3 AlwaysOpen = yes; RemovableMedia = yes; @@sbindir@/tape_options Maximum File Size = 10M Maximum Job Spool Size = 10M Spool Directory = @working_dir@ } Device { Name = LTO1_4 Media Type = LTO1 Archive Device = @working_dir@/ach/drive4 AutomaticMount = yes; # when device opened, read it Autochanger = yes Drive Index = 4 AlwaysOpen = yes; RemovableMedia = yes; @@sbindir@/tape_options Maximum File Size = 10M Maximum Job Spool Size = 10M Spool Directory = @working_dir@ } # # Send all messages to the Director, # mount messages also are sent to the email address # Messages { Name = Standard director = @hostname@-dir = all, !terminate }