# 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 = @working_dir@/ach/conf Changer Command ="@scriptdir@/disk-changer %c %o %S %a %d" Device = LTO3_0, LTO3_1, LTO3_2, LTO1_5, LTO1_3, LTO1_4, LTO1-ANSI_6 } 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 = 7M Maximum Volume Size = 30M Maximum Job Spool Size = 10M Spool Directory = @working_dir@ Device Type = VTape } 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 = 8M Maximum Volume Size = 50M Maximum Job Spool Size = 10M Spool Directory = @working_dir@ Device Type = VTape } 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 Auto Select = no Maximum File Size = 8M Maximum Volume Size = 50M Maximum Job Spool Size = 10M Spool Directory = @working_dir@ Device Type = VTape } 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 = 8M Maximum Volume Size = 50M Maximum Job Spool Size = 10M Spool Directory = @working_dir@ Device Type = VTape } 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 Volume Size = 30M Maximum Job Spool Size = 10M Spool Directory = @working_dir@ Device Type = VTape } Device { Name = LTO1_5 Media Type = LTO1 Archive Device = @working_dir@/ach/drive5 AutomaticMount = yes; # when device opened, read it Autochanger = yes Drive Index = 5 AlwaysOpen = yes; RemovableMedia = yes; @@sbindir@/tape_options Maximum File Size = 10M Maximum Volume Size = 30M Maximum Job Spool Size = 10M Spool Directory = @working_dir@ Device Type = VTape Auto Select = no } Device { Name = LTO1-ANSI_6 Media Type = LTO1-ANSI Archive Device = @working_dir@/ach/drive6 AutomaticMount = yes; # when device opened, read it Autochanger = yes Drive Index = 6 AlwaysOpen = yes; RemovableMedia = yes; @@sbindir@/tape_options Maximum File Size = 10M Maximum Volume Size = 30M Maximum Job Spool Size = 10M Spool Directory = @working_dir@ Device Type = VTape Label Type = ansi } Device { Name = FileStorage Device Type = File Media Type = FileMedia Archive Device = @tmpdir@ AutomaticMount = yes; # when device opened, read it AlwaysOpen = yes; RemovableMedia = yes; # Maximum File Size = 1000000 } # # Send all messages to the Director, # mount messages also are sent to the email address # Messages { Name = Standard director = @hostname@-dir = all, !terminate }