perl-5.22
Last change
on this file since b4abfab was
c5c522c,
checked in by Edwin Eefting <edwin@datux.nl>, 8 years ago
|
initial commit, transferred from cleaned syn3 svn tree
|
-
Property mode set to
100644
|
File size:
1017 bytes
|
Line | |
---|
1 | # |
---|
2 | # Default Bacula File Daemon Configuration file |
---|
3 | # |
---|
4 | # For Bacula release 5.0.3 (04 August 2010) -- slackware Slackware 10.0.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 = monster-dir |
---|
15 | Password = "ZE6+VCGbHFuzqyB8PUBi6C66vP7b+fdHXYlwe2hSHrZi" |
---|
16 | } |
---|
17 | |
---|
18 | # |
---|
19 | # Restricted Director, used by tray-monitor to get the |
---|
20 | # status of the file daemon |
---|
21 | # |
---|
22 | Director { |
---|
23 | Name = monster-mon |
---|
24 | Password = "hksJbppkqPtvUGCeu4d1FlO2yfIdmZQtU0t4W9h/Kqok" |
---|
25 | Monitor = yes |
---|
26 | } |
---|
27 | |
---|
28 | # |
---|
29 | # "Global" File daemon configuration specifications |
---|
30 | # |
---|
31 | FileDaemon { # this is me |
---|
32 | Name = monster-fd |
---|
33 | FDport = 9102 # where we listen for the director |
---|
34 | WorkingDirectory = /home/system/bacula/working |
---|
35 | Pid Directory = /var/run |
---|
36 | Maximum Concurrent Jobs = 20 |
---|
37 | } |
---|
38 | |
---|
39 | # Send all messages except skipped files back to Director |
---|
40 | Messages { |
---|
41 | Name = Standard |
---|
42 | director = monster-dir = all, !skipped, !restored |
---|
43 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.