# # Default Bareos Storage Daemon Configuration file # # 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 = @hostname@-sd SDPort = @sdport@ # Director's port WorkingDirectory = "@working_dir@" Pid Directory = "@piddir@" Maximum Concurrent Jobs = 100 } # # 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 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 AlwaysOpen = yes; Autochanger = yes; RemovableMedia = yes; @@confdir@/tape_options Maximum Block Size = 64512 Minimum Block Size = 64512 Maximum File Size = 5G # MaximumVolumeSize = 400M Maximum Rewind Wait = 6000 Maximum Changer Wait = 6000 } # # Send all messages to the Director, # mount messages also are sent to the email address # Messages { Name = Standard director = @hostname@-dir = all, !terminate }