]> git.sur5r.net Git - bacula/bacula/blob - bacula/manpages/bacula-sd.8
Align command line switches in manpages.
[bacula/bacula] / bacula / manpages / bacula-sd.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\-SD 8 "6 December 2009" "Kern Sibbald" "Network backup, recovery & verification"
6 .\" Please adjust this date whenever revising the manpage.
7 .\"
8 .SH NAME
9 .B bacula\-sd
10 \- Bacula's Storage Daemon
11 .SH SYNOPSIS
12 .B bacula\-sd
13 .RI [ options ]
14 .br
15 .SH DESCRIPTION
16 This manual page documents briefly the
17 .B bacula\-sd
18 command.
19 .br
20 Bacula's Storage Daemon acts as the interface between the Bacula
21 network backup system and a tape drive/autochanger or filesystem where
22 the backups will be stored.
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 \-f
35 Run in foreground (for debugging).
36 .TP
37 .BI \-g\  group
38 Set the group/gid to run as.
39 .TP
40 .BI \-p
41 Proceed in spite of I/O errors
42 .TP
43 .BI \-m
44 Print kaboom output (for debugging)
45 .TP
46 .BI \-s
47 No signals (for debugging).
48 .TP
49 .B \-t
50 Test the configuration file and report errors.
51 .TP
52 .BI \-u\  user
53 Set the username/uid to run as.
54 .TP
55 .BI \-v
56 Set verbose mode.
57 .TP
58 .B \-?
59 Show version and usage of program.
60 .SH SEE ALSO
61 .BR bacula\-dir (8),
62 .BR bacula\-fd (8).
63 .br
64 .SH AUTHOR
65 This manual page was written by Jose Luis Tallon
66 .nh
67 <jltallon@adv\-solutions.net>.