]> git.sur5r.net Git - bacula/bacula/blob - bacula/src/stored/stored.conf.in
Backport from Bacula Enterprise
[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 # Copyright (C) 2000-2015 Kern Sibbald
7 # License: BSD 2-Clause; see file LICENSE-FOSS
8 #
9 #
10 # "Global" Storage daemon configuration specifications
11 #
12 Storage {
13   Name = "Storage daemon"
14   Address = @hostname@
15   SDPort = @sd_port@                  # Directors port      
16   WorkingDirectory = "@working_dir@"
17   Pid Directory = "@piddir@"
18   Subsys Directory = "@subsysdir@"
19 }
20
21 #
22 # List Directors who are permitted to contact Storage daemon
23 #
24 Director {
25   Name = @hostname@-dir
26   Password = local_storage_password
27 }
28
29 #
30 # Devices supported by this Storage daemon
31 # To connect, the Director must have the same Name and MediaType,
32 #  which are sent to the File daemon
33 #
34 Device {
35   Name = "HP DLT 80"
36   Media Type = DLT8000
37   Archive Device = /dev/nst0
38 # LabelMedia = yes;                   # lets Bacula label unlabelled media
39   AutomaticMount = yes;               # when device opened, read it
40   AlwaysOpen = yes;
41   RemovableMedia = yes;
42 }
43
44 #Device {
45 #  Name = "Exabyte 8mm"
46 #  Media Type = "8mm"
47 #  Archive Device = /dev/nst1
48 #  Hardware end of medium = No;
49 ## LabelMedia = yes;                   # lets Bacula label unlabelled media
50 #  AutomaticMount = yes;               # when device opened, read it
51 #  AlwaysOpen = Yes;
52 #  RemovableMedia = yes;
53 #}
54
55 Messages {
56   Name = Standard
57   director = @hostname@-dir = all
58   operator = @dump_email@ = mount
59 }