1#
2# Default  Bareos File Daemon Configuration file
3#
4# There is not much to change here except perhaps the
5# File daemon Name to
6#
7
8#
9# List Directors who are permitted to contact this File daemon
10#
11Director {
12  Name = @hostname@-dir
13  Password = "client-pw"
14}
15
16#
17# "Global" File daemon configuration specifications
18#
19FileDaemon {                          # this is me
20  Name = @hostname@-fd
21  FDPort = @fdport@                  # where we listen for the director
22  WorkingDirectory = @working_dir@
23  Pid Directory = @piddir@
24  Maximum Concurrent Jobs = 20
25}
26
27# Send all messages except skipped files back to Director
28Messages {
29  Name = Standard
30  director = @hostname@-dir = all, !skipped, !restored, !audit
31}
32