# # Default Bareos Storage Daemon Configuration file # # Special configuration for testing two different tape drives # with different Media # Storage { # definition of myself Name = @hostname@-sd SDPort = @sdport@ # Director's port WorkingDirectory = "@working_dir@" Pid Directory = "@piddir@" } # # List Directors who are permitted to contact Storage daemon # Director { Name = @hostname@-dir Password = "storage-pw" } # # Devices supported by this Storage daemon # To connect, the Director's bareos-dir.conf must have the # same Name and MediaType. # Autochanger { Name = tape Changer Device = @autochanger@ Changer Command ="@scriptdir@/@changer_script@ %c %o %S %a %d" Device = Drive-0 } Device { Name = Drive-0 Media Type = tape Archive Device = @tape_drive@ AutomaticMount = yes; # when device opened, read it Autochanger = yes Drive Index = 0 AlwaysOpen = yes; RemovableMedia = yes; @@confdir@/tape_options # Maximum File Size = 1000000 } Device { Name = DLT80 Media Type = DLT8000 Archive Device = @tape_drive1@ AutomaticMount = yes; # when device opened, read it AlwaysOpen = yes; RemovableMedia = yes; @@confdir@/tape_options # 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 }