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 = @sdport@ # Director's port
16 WorkingDirectory = "@working_dir@"
17 Pid Directory = "@piddir@"
18 Subsys Directory = "@subsysdir@"
19 Plugin Directory = "@sbindir@/plugins"
20 Maximum Concurrent Jobs = 100
24 # List Directors who are permitted to contact Storage daemon
28 Password = "ccV3lVTsQRsdIUGyab0N4sMDavui2hOBkmpBU0aQKOr9"
32 # Devices supported by this Storage daemon
33 # To connect, the Director's bacula-dir.conf must have the
34 # same Name and MediaType.
40 Archive Device = @tmpdir@
41 LabelMedia = yes; # lets Bacula label unlabelled media
43 AutomaticMount = yes; # when device opened, read it
46 # Maximum File Size = 10KB
52 Archive Device = @tmpdir@
53 LabelMedia = yes; # lets Bacula label unlabelled media
55 AutomaticMount = yes; # when device opened, read it
64 Archive Device = /dev/null
75 # Media Type = DLT8000
76 # Archive Device = /dev/nst0
77 # AutomaticMount = yes; # when device opened, read it
79 # RemovableMedia = yes;
85 # Archive Device = /dev/nst0
86 # AutomaticMount = yes; # when device opened, read it
88 # RemovableMedia = yes;
94 # Archive Device = /mnt/floppy
95 # RemovableMedia = yes;
96 # Random Access = Yes;
97 # AutomaticMount = yes; # when device opened, read it
102 # A very old Exabyte with no end of media detection
105 # Name = "Exabyte 8mm"
107 # Archive Device = /dev/nst0
108 # Hardware end of medium = No;
109 # AutomaticMount = yes; # when device opened, read it
111 # RemovableMedia = yes;
115 # Send all messages to the Director,
116 # mount messages also are sent to the email address
120 director = @hostname@-dir = all, !terminate
126 HostName = "@tmpdir@/cloud"
127 BucketName = "DummyBucket"
128 AccessKey = "DummyAccessKey"
129 SecretKey = "DummySecretKey"
131 UriStyle = VirtualHost