]> git.sur5r.net Git - bacula/bacula/blob - bacula-sd.conf
35521378b44b0388aa71388aa10c3cf70631e22e
[bacula/bacula] / bacula-sd.conf
1 #
2 # Kern's Production Bacula Storage Daemon Configuration file
3 #
4
5 #
6 # "Global" Storage daemon configuration specifications
7 #
8 Storage {
9   Name = "MainSD"
10   SDPort = 9103                  # Directors port      
11   WorkingDirectory = "/home/bacula/bin/working"
12   PidDirectory =     "/home/bacula/bin/working"
13   SubSysDirectory =  "/home/bacula/bin/working"
14 }
15
16 #
17 # List Directors who are permitted to contact Storage daemon
18 #
19 Director {
20   Name = HeadMan
21   Password = ""
22 }
23
24 #
25 # Devices supported by this Storage daemon
26 # To connect, the Director must have the same Name and MediaType,
27 #  which are sent to the File daemon
28 #
29 Device {
30   Name = "HP DLT 80"
31   Media Type = DLT8000
32   Archive Device = /dev/nst0
33   AutomaticMount = yes;               # when device opened, read it
34   AlwaysOpen = yes;
35   RemovableMedia = yes;
36 }
37
38 #Device {
39 #  Name = "Exabyte 8mm"
40 #  Media Type = "8mm"
41 #  Archive Device = /dev/nst1
42 #  Hardware end of medium = No;
43 ## LabelMedia = yes;                   # lets Bacula label unlabelled media
44 #  AutomaticMount = yes;               # when device opened, read it
45 #  AlwaysOpen = Yes;
46 #  RemovableMedia = yes;
47 #}
48
49 Messages {
50   Name = Standard
51   director = HeadMan = all
52   operator = root = mount
53 }