]> git.sur5r.net Git - bacula/bacula/blob - bacula/manpages/bacula-fd.8
Tweak retry count handling
[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\-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\-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 .BI \-c\   file
28 Specify the configuration file to use.
29 .TP
30 .BI \-d\  nn
31 Set debug level to \fInn\fP.
32 .TP
33 .BI \-dt
34 Print timestamp in debug output.
35 .TP
36 .BI \-f
37 Run in foreground (for debugging).
38 .TP
39 .BI \-g\  group
40 Set the group/gid to run as.
41 .TP
42 .BI \-p
43 Proceed inspite of I/O errors
44 .TP
45 .BI \-k
46 Keep readall permission when dropping privileges.
47 .TP
48 .BI \-s
49 No signals (for debugging).
50 .TP
51 .B \-t
52 Test the configuration file and report errors.
53 .TP
54 .BI \-u\  user
55 Set the username/uid to run as.
56 .TP
57 .BI \-v
58 Set verbose mode.
59 .TP
60 .B \-?
61 Show version and usage of program.
62 .SH SEE ALSO
63 .BR bacula\-dir (8),
64 .BR bacula\-sd (8).
65 .br
66 .SH AUTHOR
67 This manual page was written by Jose Luis Tallon <jltallon@adv\-solutions.net>.