2 # Default Bacula Storage Daemon Configuration file
4 # For Bacula release 1.39
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@"
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 = /dev/null
38 Device = Drive-0, Drive-1
45 Archive Device = @tmpdir@
46 AutomaticMount = yes; # when device opened, read it
51 # Maximum File Size = 1000000
58 Archive Device = @tmpdir@
59 AutomaticMount = yes; # when device opened, read it
64 # Maximum File Size = 1000000
70 Changer Device = /dev/null
72 Device = Virtual-1, Virtual-2
79 Archive Device = @tmpdir@
80 AutomaticMount = yes; # when device opened, read it
85 # Maximum File Size = 1000000
92 Archive Device = @tmpdir@
93 AutomaticMount = yes; # when device opened, read it
98 # Maximum File Size = 1000000
103 mediatype = FileMedia
104 Archive Device = @tmpdir@
105 LabelMedia = yes; # lets Bacula label unlabeled media
107 AutomaticMount = yes; # when device opened, read it
114 # Send all messages to the Director,
115 # mount messages also are sent to the email address
119 director = @hostname@-dir = all, !terminate
125 HostName = "@tmpdir@/cloud"
126 BucketName = "DummyBucket"
127 AccessKey = "DummyAccessKey"
128 SecretKey = "DummySecretKey"
130 UriStyle = VirtualHost