]> git.sur5r.net Git - bacula/bacula/blob - bacula/examples/conf/bacula-fd.conf
Final changes
[bacula/bacula] / bacula / examples / conf / bacula-fd.conf
1 #
2 # Kern's Production Bacula File Daemon Configuration file
3 #
4 #
5 # "Global" File daemon configuration specifications
6 #
7 Client {                          # this is me
8   Name = "PolymatouFD"
9   FDport = 9102               # where we listen for the director
10   WorkingDirectory = "/home/bacula/bin/working"
11   PidDirectory =     "/home/bacula/bin/working"
12   SubSysDirectory =  "/home/bacula/bin/working"
13 }
14
15 #
16 # List Directors who are permitted to contact the File daemon
17 #
18 Director {
19   Name = HeadMan
20   Password = ""
21 }
22
23 Director {
24   Name = RightHandMan
25   Password = xxxxx
26 }
27
28 Messages {
29   Name = Standard
30   director = HeadMan = all, !skipped
31 }