]> git.sur5r.net Git - bacula/bacula/blob - regress/scripts/win32-bacula-fd.conf
Final changes
[bacula/bacula] / regress / scripts / win32-bacula-fd.conf
1 #
2 # Default  Bacula File Daemon Configuration file
3 #
4 #  For Bacula release 1.33
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 = rufus-dir
15   Password = "xevrjURYoCHhn26RaJoWbeWXEY/a3VqGKp/37tgWiuHc"
16 }
17
18 #
19 # "Global" File daemon configuration specifications
20 #
21 FileDaemon {                          # this is me
22   Name = localhost-fd
23   FDport = 8102                  # where we listen for the director
24   WorkingDirectory = "/home/kern/bacula/regress/working"
25   Pid Directory = "/home/kern/bacula/regress/working"
26   SubSys Directory = "/home/kern/bacula/regress/working"
27 }
28
29 # Send all messages except skipped files back to Director
30 Messages {
31   Name = Standard
32   director = rufus-dir = all, !terminate
33 }