]> git.sur5r.net Git - bacula/bacula/blob - bacula/src/filed/bacula-fd.conf.in
See kes-1.33; restore fixes, cleanups, must update regress
[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 # "Global" File daemon configuration specifications
20 #
21 FileDaemon {                          # this is me
22   Name = @hostname@-fd
23   FDport = @fd_port@                  # where we listen for the director
24   WorkingDirectory = @working_dir@
25   Pid Directory = @piddir@
26 }
27
28 # Send all messages except skipped files back to Director
29 Messages {
30   Name = Standard
31   director = @hostname@-dir = all, !skipped
32 }