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 -f Run in foreground (for debugging).
26
27 -g group
28 Set the group/gid to run as.
29
30 -m Print kaboom output (for debugging)
31
32 -r job Run <job>.
33
34 -s No signals (for debugging).
35
36 -t Test the configuration file and report errors.
37
38 -u user
39 Set the username/uid to run as.
40
41 -v Set verbose mode.
42
43 -? Show version and usage of program.
44
46 Tcpwrappers looks for the service name of the bacula daemons in
47 hosts.allow , and the service names of these daemons is configured to
48 be different from the binary. The service names are configured to be
49 %hostname%-%component% rather than bacula-dir (As defined in the bac‐
50 ula-dir.conf.in file)
51
52
53 So the hosts.allow entry has to match %hostname%-%component% (server‐
54 name-dir for example) instead of bacula-%component%
55
56 WARNING: This means that if the hosts.allow file has the entry:
57
58 bacula-dir: ALL
59
60 you will not be able to run bconsole to connect to the local director!
61
62 The entry would have to read:
63
64 server-dir: ALL
65
66 and this will allow the console to connect to the director. (The
67 process running is bacula-dir.)
68
70 bacula-fd(8), bacula-sd(8).
71
72
74 This manual page was written by Jose Luis Tallon
75 <jltallon@adv-solutions.net>.
76
77
78
79Kern Sibbald 6 December 2009 BACULA-DIR(8)