]> git.sur5r.net Git - bacula/bacula/blob - bacula/examples/conf/m4.bacula-sd.conf
Implement RestoreObject for sqlite + cleanups
[bacula/bacula] / bacula / examples / conf / m4.bacula-sd.conf
1 # bacula-sd.conf
2 #
3 # Default Bacula Storage Daemon Configuration file
4 #
5 # WARNING: 
6 # This file is generated from /opt/lysator/etc/bacula/bacula-dir.conf
7 # Edit the source file and then run 'make'.
8 #
9
10 Storage {                             # definition of myself
11   Name = Baccus
12   SDPort = 9103                  # Director's port      
13   WorkingDirectory = "/var/bacula/working"
14   Pid Directory = "/var/run"
15   Maximum Concurrent Jobs = 20
16 }
17
18 #
19 # List Directors who are permitted to contact Storage daemon
20 #
21 Director {
22   Name = Baccus
23   Password = "KLUwcp1ZTeIc0x265UPrpWW28t7d7cRXmhOqyHxRr"
24 }
25
26 #
27 # Devices supported by this Storage daemon
28 # To connect, the Director's bacula-dir.conf must have the
29 #  same Name and MediaType. 
30 #
31
32 Device {
33   Name = File-0
34   Media Type = File
35   Archive Device = /var/bacula/storage/file-0
36   LabelMedia = yes;                   # lets Bacula label unlabeled media
37   Random Access = Yes;
38   AutomaticMount = yes;               # when device opened, read it
39   RemovableMedia = no;
40   AlwaysOpen = no;
41 }
42
43 Device {
44   Name = DLT-0
45   Media Type = DLT7000
46   Archive Device = /dev/rmt/0cbn
47   AutomaticMount = yes;               # when device opened, read it
48   AlwaysOpen = yes;
49   RemovableMedia = yes;
50   RandomAccess = no;
51   Autochanger = yes;
52   Changer Device = /dev/scsi/changer/c1t0d0
53   Changer Command = "/opt/bacula/etc/mtx-changer %c %o %S %a %d"
54   Drive Index = 0
55   Maximum Spool Size = 4gb
56   Maximum Job Spool Size = 1gb
57   Spool Directory = /var/bacula/spool/dlt-0
58 }
59
60 Device {
61   Name = DLT-1
62   Media Type = DLT7000
63   Archive Device = /dev/rmt/1cbn
64   AutomaticMount = yes;               # when device opened, read it
65   AlwaysOpen = yes;
66   RemovableMedia = yes;
67   RandomAccess = no;
68   Autochanger = yes;
69   Changer Device = /dev/scsi/changer/c1t0d0
70   Changer Command = "/opt/bacula/etc/mtx-changer %c %o %S %a %d"
71   Drive Index = 1
72   Maximum Spool Size = 2gb
73   Maximum Job Spool Size = 1gb
74   Spool Directory = /var/bacula/spool/dlt-1
75 }
76
77 Device {
78   Name = DLT-2
79   Media Type = DLT7000
80   Archive Device = /dev/rmt/2cbn
81   AutomaticMount = yes;               # when device opened, read it
82   AlwaysOpen = yes;
83   RemovableMedia = yes;
84   RandomAccess = no;
85   Autochanger = yes;
86   Changer Device = /dev/scsi/changer/c1t0d0
87   Changer Command = "/opt/bacula/etc/mtx-changer %c %o %S %a %d"
88   Drive Index = 2
89   Maximum Spool Size = 2gb
90   Maximum Job Spool Size = 1gb
91   Spool Directory = /var/bacula/spool/dlt-2
92 }
93
94 Device {
95   Name = DLT-3
96   Media Type = DLT7000
97   Archive Device = /dev/rmt/3cbn
98   AutomaticMount = yes;               # when device opened, read it
99   AlwaysOpen = yes;
100   RemovableMedia = yes;
101   RandomAccess = no;
102   Autochanger = yes;
103   Changer Device = /dev/scsi/changer/c1t0d0
104   Changer Command = "/opt/bacula/etc/mtx-changer %c %o %S %a %d"
105   Drive Index = 3
106   Maximum Spool Size = 2gb
107   Maximum Job Spool Size = 1gb
108   Spool Directory = /var/bacula/spool/dlt-3
109 }
110
111 Device {
112   Name = DLT-4
113   Media Type = DLT7000
114   Archive Device = /dev/rmt/4cbn
115   AutomaticMount = yes;               # when device opened, read it
116   AlwaysOpen = yes;
117   RemovableMedia = yes;
118   RandomAccess = no;
119   Autochanger = yes;
120   Changer Device = /dev/scsi/changer/c1t0d0
121   Changer Command = "/opt/bacula/etc/mtx-changer %c %o %S %a %d"
122   Drive Index = 4
123   Maximum Spool Size = 2gb
124   Maximum Job Spool Size = 1gb
125   Spool Directory = /var/bacula/spool/dlt-4
126 }
127
128 Device {
129   Name = DLT-5
130   Media Type = DLT7000
131   Archive Device = /dev/rmt/5cbn
132   AutomaticMount = yes;               # when device opened, read it
133   AlwaysOpen = yes;
134   RemovableMedia = yes;
135   RandomAccess = no;
136   Autochanger = yes;
137   Changer Device = /dev/scsi/changer/c1t0d0
138   Changer Command = "/opt/bacula/etc/mtx-changer %c %o %S %a %d"
139   Drive Index = 5
140   Maximum Spool Size = 2gb
141   Maximum Job Spool Size = 1gb
142   Spool Directory = /var/bacula/spool/dlt-5
143 }
144
145
146 # Send all messages to the Director, 
147 # mount messages also are sent to the email address
148 #
149 Messages {
150   Name = Standard
151   director = Baccus = all
152 }