2 # Default Bacula Storage Daemon Configuration file
4 # For Bacula release 1.33
6 # You may need to change the name of your tape drive
7 # on the "Archive Device" directive in the Device
8 # resource. If you change the Name and/or the
9 # "Media Type" in the Device resource, please ensure
10 # that dird.conf has corresponding changes.
13 Storage { # definition of myself
15 SDPort = 8103 # Director's port
16 WorkingDirectory = "@working_dir@"
17 Pid Directory = "@piddir@"
18 Subsys Directory = "@subsysdir@"
22 # List Directors who are permitted to contact Storage daemon
26 Password = "ccV3lVTsQRsdIUGyab0N4sMDavui2hOBkmpBU0aQKOr9"
30 # Devices supported by this Storage daemon
31 # To connect, the Director's bacula-dir.conf must have the
32 # same Name and MediaType.
36 Changer Device = @autochanger@
37 Changer Command ="@scriptdir@/mtx-changer %c %o %S %a %d"
38 Device = Drive-0, Drive-1
44 Archive Device = @tape_drive@
45 AutomaticMount = yes; # when device opened, read it
50 @@sbindir@/tape_options
51 # Maximum File Size = 1000000
57 Archive Device = @tape_drive1@
58 AutomaticMount = yes; # when device opened, read it
63 @@sbindir@/tape_options
64 # Maximum File Size = 1000000
69 # Send all messages to the Director,
70 # mount messages also are sent to the email address
74 director = @hostname@-dir = all, !terminate