1BACULA-DIR(8) Network backup, recovery&verification BACULA-DIR(8)
2
3
4
6 bacula-dir - Bacula Director
7
9 bacula-dir [options]
10
12 This manual page documents briefly the bacula-dir command.
13 Bacula's Director Daemon acts as the controller of the network backup
14 system: it is responsible for scheduling and coordinating backups
15 across the network.
16
18 -c file
19 Specify the configuration file to use.
20
21 -d nn Set debug level to nn.
22
23 -dt Print timestamp in debug output.
24
25 -T Send debug messages to the trace file.
26
27 -f Run in foreground (for debugging).
28
29 -g group
30 Set the group/gid to run as.
31
32 -m Print kaboom output (for debugging).
33
34 -P Do not create a PID file.
35
36 -r job Run <job>.
37
38 -s No signals (for debugging).
39
40 -t Test the configuration file and report errors.
41
42 -u user
43 Set the username/uid to run as.
44
45 -v Set verbose mode.
46
47 -? Show version and usage of program.
48
50 Tcpwrappers looks for the service name of the bacula daemons in
51 hosts.allow , and the service names of these daemons is configured to
52 be different from the binary. The service names are configured to be
53 %hostname%-%component% rather than bacula-dir (As defined in the bac‐
54 ula-dir.conf.in file)
55
56
57 So the hosts.allow entry has to match %hostname%-%component% (server‐
58 name-dir for example) instead of bacula-%component%
59
60 WARNING: This means that if the hosts.allow file has the entry:
61
62 bacula-dir: ALL
63
64 you will not be able to run bconsole to connect to the local director!
65
66 The entry would have to read:
67
68 server-dir: ALL
69
70 and this will allow the console to connect to the director. (The
71 process running is bacula-dir.)
72
74 bacula-fd(8), bacula-sd(8).
75
76
78 This manual page was written by Jose Luis Tallon
79 <jltallon@adv-solutions.net>.
80
82 This man page document is released under the BSD 2-Clause license.
83
84
85
86Kern Sibbald 28 October 2017 BACULA-DIR(8)