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 = "xevrjURYoCHhn26RaJoWbeWXEY/a3VqGKp/37tgWiuHc"
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  Plugin Directory = "@plugindirtmp@"
25  Maximum Concurrent Jobs = 100
26}
27
28# Send all messages except skipped files back to Director
29Messages {
30  Name = Standard
31  director = @hostname@-dir = all, !terminate, !restored, !audit
32}
33