Storage { # definition of myself Name = bergschenhoek-sd SDPort = 9103 # Director's port WorkingDirectory = "/var/spool/bacula" Pid Directory = "/var/run" Maximum Concurrent Jobs = 20 } Director { Name = bergschenhoek-dir Password = "storagedaemonpassword" } Autochanger { Name = LTO-Changer Device = lto.bh Changer Device = /dev/changer Changer Command = "/usr/libexec/bacula/mtx-changer %c %o %S %a %d" } Device { Name = lto.bh Description = "HP Ultrium 6" Media Type = LTO Drive Index = 0 AutoChanger = yes; Archive Device = /dev/nst0 Changer Device = /dev/changer # moet dus generic scsi layer hebben Changer Command = "/usr/libexec/bacula/mtx-changer %c %o %S %a %d" AutomaticMount = yes; # when device opened, read it AlwaysOpen = yes; RemovableMedia = yes; RandomAccess = no; # Mount Anonymous Volumes = no; # tape moet gelabeled zijn # Spool Directory = /var/spool/bacula; # Maximum Spool Size = 50G } Messages { Name = Standard director = bergschenhoek-dir = all file = /var/log/bacula/bacula-sd.log = all }