]> git.sur5r.net Git - bacula/bacula/blob - bacula/src/win32/win64_installer/bacula-fd.conf.in
Add bat to Win64 installer
[bacula/bacula] / bacula / src / win32 / win64_installer / bacula-fd.conf.in
1 #
2 # Default  Bacula File Daemon Configuration file
3 #
4 #  For Bacula release @VERSION@ (@DATE@) -- @DISTNAME@ @DISTVER@
5 #
6 # There is not much to change here except perhaps the
7 # File daemon Name
8 #
9
10 #
11 # "Global" File daemon configuration specifications
12 #
13 FileDaemon {                            # this is me
14   Name = @client_name@
15   FDport = @client_port@                # where we listen for the director
16   WorkingDirectory = "@working_dir@"
17   Pid Directory = "@working_dir@"
18 # Plugin Directory = "@fdplugins_dir@"
19   Maximum Concurrent Jobs = @client_maxjobs@
20 }
21
22 #
23 # List Directors who are permitted to contact this File daemon
24 #
25 Director {
26   Name = @director_name@
27   Password = "@client_password@"
28 }
29
30 #
31 # Restricted Director, used by tray-monitor to get the
32 #   status of the file daemon
33 #
34 Director {
35   Name = @monitor_name@
36   Password = "@monitor_password@"
37   Monitor = yes
38 }
39
40 # Send all messages except skipped files back to Director
41 Messages {
42   Name = Standard
43   director = @director_name@ = all, !skipped, !restored
44 }