]> git.sur5r.net Git - bacula/bacula/blob - bacula/examples/conf/m4.bacula-fd.conf
Doc updates + fixes to rescue script
[bacula/bacula] / bacula / examples / conf / m4.bacula-fd.conf
1 # bacula-fd.conf
2 #
3 # Default  Bacula File Daemon Configuration file
4 #
5 # WARNING: 
6 # This file is generated from /opt/lysator/etc/bacula/bacula-dir.conf
7 # Edit the source file and then run 'make'.
8
9 #
10 # List Directors who are permitted to contact this File daemon
11 #
12 Director {
13   Name = Baccus
14   Password = "ilF0PZoICjQ60R3E3dks08Rq36KK8cDGJUAaW"
15 }
16
17 #
18 # "Global" File daemon configuration specifications
19 #
20 FileDaemon {                          # this is me
21   Name = Baccus
22   FDport = 9102                  # where we listen for the director
23   WorkingDirectory = /var/bacula/working
24   Pid Directory = /var/run
25 }
26
27 # Send all messages except skipped files back to Director
28 Messages {
29   Name = Standard
30   director = Baccus = all, !skipped
31 }