]> git.sur5r.net Git - bacula/bacula/blob - regress/scripts/crypto-bacula-fd.conf.in
Fix slow regress setups
[bacula/bacula] / regress / scripts / crypto-bacula-fd.conf.in
1 #
2 # Default  Bacula File Daemon Configuration file
3 #
4 #  For Bacula release 2.0
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 = @hostname@-dir
15   Password = "xevrjURYoCHhn26RaJoWbeWXEY/a3VqGKp/37tgWiuHc"
16 }
17
18 #
19 # "Global" File daemon configuration specifications
20 #
21 FileDaemon {                          # this is me
22   Name = @hostname@-fd
23   FDPort = @fdport@                  # where we listen for the director
24   WorkingDirectory = "@working_dir@"
25   Pid Directory = "@piddir@"
26   SubSys Directory = "@subsysdir@"
27   PKI Signatures = Yes
28   PKI Encryption = Yes
29   PKI Keypair = "@scriptdir@/cryptokeypair.pem"
30   PKI Master Key = "@scriptdir@/master2048.cert"
31 }
32
33 # Send all messages except skipped files back to Director
34 Messages {
35   Name = Standard
36   director = @hostname@-dir = all, !terminate, !restored
37 }