# # Default Bacula Storage Daemon Configuration file # # For Bacula release 3.0.3 # # 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@" Subsys Directory = "@subsysdir@" 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 bacula-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; @@sbindir@/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 } Cloud { Name = DummyCloud Driver = "File" HostName = "@tmpdir@/cloud" BucketName = "DummyBucket" AccessKey = "DummyAccessKey" SecretKey = "DummySecretKey" Protocol = HTTPS UriStyle = VirtualHost }