]> git.sur5r.net Git - bacula/bacula/blob - bacula/manpages/bacula-dir.8
26May06
[bacula/bacula] / bacula / manpages / bacula-dir.8
1 .\"                                      Hey, EMACS: -*- nroff -*-
2 .\" First parameter, NAME, should be all caps
3 .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
4 .\" other parameters are allowed: see man(7), man(1)
5 .TH BACULA\-DIR 8 "26 May 2006" "Kern Sibbald" "Network backup, recovery&verification"
6 .\" Please adjust this date whenever revising the manpage.
7 .\"
8 .SH NAME
9 .B bacula\-dir
10 \- Bacula Director
11 .SH SYNOPSIS
12 .B bacula\-dir
13 .RI [ options ]
14 .br
15 .SH DESCRIPTION
16 This manual page documents briefly the
17 .B bacula\-dir
18 command.
19 .br
20 Bacula's Director Daemon acts as the controller of the
21 network backup system: it is responsible for scheduling and 
22 coordinating backups across the network.
23 .SH OPTIONS
24 .TP
25 .BI \-c
26 Change location to read \fIbacula-dir.conf\fP from (default $CWD)
27 .TP
28 .BI \-u
29 Set the username/uid to run as.
30 .TP
31 .BI \-g
32 Set the group/gid to run as.
33 .SH TCP-WRAPPERS CONFIGURATION
34 Tcpwrappers looks for the service name of the bacula daemons in
35 .I hosts.allow
36 , and the service names of these daemons is configured to be different from the
37 binary.
38 The service names are configured to be
39 .B %hostname%-%component%
40 rather than
41 .B bacula-dir
42 (As defined in the bacula-dir.conf.in file)
43
44
45 So the hosts.allow entry has to match
46 .B %hostname%-%component%
47 (servername-dir for example) instead of bacula-%component%
48
49 .B WARNING:
50 This means that if the hosts.allow file has the entry:
51
52 .B bacula-dir: ALL
53
54 you will not be able to run bconsole to connect to the local director!
55
56 The entry would have to read:
57
58 .B server-dir: ALL
59
60 and this will allow the console to connect to the director.
61 (The process running is bacula-dir.)
62 .SH SEE ALSO
63 .BR bacula-fd (8),
64 .BR bacula-sd (8).
65
66 .SH AUTHOR
67 This manual page was written by Jose Luis Tallon
68 .nh
69 <jltallon@adv\-solutions.net>.