]> git.sur5r.net Git - bacula/bacula/blob - bacula/src/filed/bacula-fd.conf.in
dd71f4c66058bde7aee9779e634abec9a4fcf3a3
[bacula/bacula] / bacula / src / filed / bacula-fd.conf.in
1 #
2 # Default  Bacula File Daemon Configuration file
3 #
4 #  For Bacula release @VERSION@ (@DATE@) -- @DISTNAME@ @DISTVER@
5 #
6 # There is not much to change here except perhaps the
7 # File daemon Name to
8 #
9
10 #
11 # List Directors who are permitted to contact this File daemon
12 #
13 Director {
14   Name = @hostname@-dir
15   Password = "@fd_password@"
16 }
17
18 #
19 # Restricted Director, used by tray-monitor to get the
20 #   status of the file daemon
21 #
22 Director {
23   Name = @hostname@-mon
24   Password = "@mon_fd_password@"
25   Monitor = yes
26 }
27
28 #
29 # "Global" File daemon configuration specifications
30 #
31 FileDaemon {                          # this is me
32   Name = @hostname@-fd
33   FDport = @fd_port@                  # where we listen for the director
34   WorkingDirectory = @working_dir@
35   Pid Directory = @piddir@
36   Maximum Concurrent Jobs = 20
37 }
38
39 # Send all messages except skipped files back to Director
40 Messages {
41   Name = Standard
42   director = @hostname@-dir = all, !skipped
43 }