]> git.sur5r.net Git - bacula/bacula/blob - bacula/manpages/bacula-sd.8
Merge branch 'master' into basejobv3
[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 "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\-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 .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 SEE ALSO
56 .BR bacula\-dir (8),
57 .BR bacula\-fd (8).
58 .br
59 .SH AUTHOR
60 This manual page was written by Jose Luis Tallon
61 .nh
62 <jltallon@adv\-solutions.net>.