]> git.sur5r.net Git - bacula/bacula/blob - bacula/manpages/bacula-dir.8
Update man pages
[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 September 2009" "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 .B \-c\  config
26 Change location to read \fIbacula\-sd.conf\fP from (default $CWD)
27 .TP
28 .B \-d <nn>
29 Set debug level to \fInn\fP.
30 .TP
31 .B \-dt
32 Print a timestamp in debug output
33 .TP
34 .B \-f
35 Run in the foreground (for debuggin)
36 .TP
37 .BI \-g\  group
38 Set the group/gid to run as.
39 .TP
40 .B \-s
41 No signals. Used in debugging only.
42 .TP
43 .B \-t
44 Test config mode: read configuration and exit.
45 .TP
46 .BI \-u\  user
47 Set the username/uid to run as.
48 .TP
49 .B \-v
50 Verbose user messages
51 .TP
52 .B \-?
53 Show version and usage of program.
54
55 .SH TCP-WRAPPERS CONFIGURATION
56 Tcpwrappers looks for the service name of the bacula daemons in
57 .I hosts.allow
58 , and the service names of these daemons is configured to be different from the
59 binary.
60 The service names are configured to be
61 .B %hostname%-%component%
62 rather than
63 .B bacula-dir
64 (As defined in the bacula-dir.conf.in file)
65
66
67 So the hosts.allow entry has to match
68 .B %hostname%-%component%
69 (servername-dir for example) instead of bacula-%component%
70
71 .B WARNING:
72 This means that if the hosts.allow file has the entry:
73
74 .B bacula-dir: ALL
75
76 you will not be able to run bconsole to connect to the local director!
77
78 The entry would have to read:
79
80 .B server-dir: ALL
81
82 and this will allow the console to connect to the director.
83 (The process running is bacula-dir.)
84 .SH SEE ALSO
85 .BR bacula-fd (8),
86 .BR bacula-sd (8).
87
88 .SH AUTHOR
89 This manual page was written by Jose Luis Tallon
90 .nh
91 <jltallon@adv\-solutions.net>.