]> git.sur5r.net Git - bacula/bacula/blob - bacula/manpages/bacula-fd.8
Update man pages
[bacula/bacula] / bacula / manpages / bacula-fd.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\-FD 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\-fd
10 \- Bacula's File Daemon
11 .SH SYNOPSIS
12 .B bacula\-fd
13 .RI [ options ]
14 .br
15 .SH DESCRIPTION
16 This manual page documents briefly the
17 .B bacula
18 command.
19 .br
20 Bacula's File Daemon acts as the interface between the Bacula
21 network backup system and the filesystems to be backed up: it is
22 responsible for reading/writing/verifying the files to be
23 backup'd/verified/restored. Network transfer can optionally be
24 compressed. 
25 .SH OPTIONS
26 .TP
27 .B \-c\  config
28 Change location to read \fIbacula\-sd.conf\fP from (default $CWD)
29 .TP
30 .B \-d <nn>
31 Set debug level to \fInn\fP.
32 .TP
33 .B \-dt
34 Print a timestamp in debug output
35 .TP
36 .B \-f
37 Run in the foreground (for debuggin)
38 .TP
39 .BI \-g\  group
40 Set the group/gid to run as.
41 .TP
42 .BI \-k
43 Keep readall permission when dropping privilege.
44 .TP
45 .B \-s
46 No signals. Used in debugging only.
47 .TP
48 .B \-t
49 Test config mode: read configuration and exit.
50 .TP
51 .BI \-u\  user
52 Set the username/uid to run as.
53 .TP
54 .B \-v
55 Verbose user messages
56 .TP
57 .B \-?
58 Show version and usage of program.
59 .SH SEE ALSO
60 .BR bacula\-dir (8),
61 .BR bacula\-sd (8).
62 .br
63 .SH AUTHOR
64 This manual page was written by Jose Luis Tallon <joseluis@DarkCube.adv\-solutions.net>.