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 = rufus-dir
13  Password = "xevrjURYoCHhn26RaJoWbeWXEY/a3VqGKp/37tgWiuHc"
14}
15
16#
17# "Global" File daemon configuration specifications
18#
19FileDaemon {                          # this is me
20  Name = localhost-fd
21  FDport = 8102                  # where we listen for the director
22  WorkingDirectory = "/home/kern/bareos/regress/working"
23  Pid Directory = "/home/kern/bareos/regress/working"
24}
25
26# Send all messages except skipped files back to Director
27Messages {
28  Name = Standard
29  director = rufus-dir = all, !terminate, !restored, !audit
30}
31