]> git.sur5r.net Git - bacula/bacula/blob - bacula/manpages/bacula-dir.8
Remove old Bacula Systems notices
[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 "28 October 2017" "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\  file
26 Specify the configuration file to use.
27 .TP
28 .BI \-d\  nn
29 Set debug level to \fInn\fP.
30 .TP
31 .BI \-dt
32 Print timestamp in debug output.
33 .TP
34 .BI \-T
35 Send debug messages to the trace file.
36 .TP
37 .BI \-f
38 Run in foreground (for debugging).
39 .TP
40 .BI \-g\  group
41 Set the group/gid to run as.
42 .TP
43 .BI \-m
44 Print kaboom output (for debugging).
45 .TP
46 .BI \-P
47 Do not create a PID file.
48 .TP
49 .BI \-r\  job
50 Run <job>.
51 .TP
52 .BI \-s
53 No signals (for debugging).
54 .TP
55 .B \-t
56 Test the configuration file and report errors.
57 .TP
58 .BI \-u\  user
59 Set the username/uid to run as.
60 .TP
61 .BI \-v
62 Set verbose mode.
63 .TP
64 .BI \-?
65 Show version and usage of program.
66 .SH TCP-WRAPPERS CONFIGURATION
67 Tcpwrappers looks for the service name of the bacula daemons in
68 .I hosts.allow
69 , and the service names of these daemons is configured to be different from the
70 binary.
71 The service names are configured to be
72 .B %hostname%-%component%
73 rather than
74 .B bacula-dir
75 (As defined in the bacula-dir.conf.in file)
76
77
78 So the hosts.allow entry has to match
79 .B %hostname%-%component%
80 (servername-dir for example) instead of bacula-%component%
81
82 .B WARNING:
83 This means that if the hosts.allow file has the entry:
84
85 .B bacula-dir: ALL
86
87 you will not be able to run bconsole to connect to the local director!
88
89 The entry would have to read:
90
91 .B server-dir: ALL
92
93 and this will allow the console to connect to the director.
94 (The process running is bacula-dir.)
95 .SH SEE ALSO
96 .BR bacula-fd (8),
97 .BR bacula-sd (8).
98
99 .SH AUTHOR
100 This manual page was written by Jose Luis Tallon
101 .nh
102 <jltallon@adv\-solutions.net>.
103 .SH COPYRIGHT
104 This man page document is released under the BSD 2-Clause license.