]> git.sur5r.net Git - bacula/bacula/blob - bacula/src/stored/stored.conf.in
Make 5 min Heartbeat the default
[bacula/bacula] / bacula / src / stored / stored.conf.in
1 #
2 # Kern's Bacula Storage Daemon Configuration file
3 #
4 #  For Bacula release @VERSION@ (@DATE@) -- @DISTNAME@ @DISTVER@
5 #
6 #
7 # "Global" Storage daemon configuration specifications
8 #
9 Storage {
10   Name = "Storage daemon"
11   Address = @hostname@
12   SDPort = @sd_port@                  # Directors port      
13   WorkingDirectory = "@working_dir@"
14   Pid Directory = "@piddir@"
15   Subsys Directory = "@subsysdir@"
16 }
17
18 #
19 # List Directors who are permitted to contact Storage daemon
20 #
21 Director {
22   Name = @hostname@-dir
23   Password = local_storage_password
24 }
25
26 #
27 # Devices supported by this Storage daemon
28 # To connect, the Director must have the same Name and MediaType,
29 #  which are sent to the File daemon
30 #
31 Device {
32   Name = "HP DLT 80"
33   Media Type = DLT8000
34   Archive Device = /dev/nst0
35 # LabelMedia = yes;                   # lets Bacula label unlabelled media
36   AutomaticMount = yes;               # when device opened, read it
37   AlwaysOpen = yes;
38   RemovableMedia = yes;
39 }
40
41 #Device {
42 #  Name = "Exabyte 8mm"
43 #  Media Type = "8mm"
44 #  Archive Device = /dev/nst1
45 #  Hardware end of medium = No;
46 ## LabelMedia = yes;                   # lets Bacula label unlabelled media
47 #  AutomaticMount = yes;               # when device opened, read it
48 #  AlwaysOpen = Yes;
49 #  RemovableMedia = yes;
50 #}
51
52 Messages {
53   Name = Standard
54   director = @hostname@-dir = all
55   operator = @dump_email@ = mount
56 }