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  PKI Signatures = Yes
25  PKI Encryption = Yes
26  PKI Keypair = "@confdir@/cryptokeypair.pem"
27  PKI Master Key = "@confdir@/master2048.cert"
28}
29
30# Send all messages except skipped files back to Director
31Messages {
32  Name = Standard
33  director = @hostname@-dir = all, !terminate, !restored, !audit
34}
35