]> git.sur5r.net Git - bacula/bacula/blob - bacula/manpages/bscan.8
Remove bgnome-console and bwx-console leftovers.
[bacula/bacula] / bacula / manpages / bscan.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 BSCAN 8 "26 November 2009" "Kern Sibbald" "Network backup, recovery and verification"
6 .\" Please adjust this date whenever revising the manpage.
7 .\"
8 .SH NAME
9  bscan \- Bacula's 'Scan tape'
10 .SH SYNOPSIS
11 .B bscan
12 .RI [ options ]
13 .I bacula-archive
14 .br
15 .SH DESCRIPTION
16 .LP
17 The purpose of bscan is to read (scan) a Bacula Volume and to recreate
18 or update the database contents with the information found on the Volume.
19 This is done in a non-destructive way. This permits restoring database
20 entries that have been lost by pruning, purging, deleting, or a database
21 corruption problem.
22
23 .LP
24 Normally, it should not be necessary to run the bscan command because
25 the database is self maintaining, and most corrupted databases can be
26 repaired by the tools provided by the database vendors.
27 In addition, if you have maintained bootstrap files during backups, you
28 should be able to recover all your data from the bootstrap file
29 without needed an up to date catalog.
30
31 .B bscan
32 command.
33 .PP
34 .\" TeX users may be more comfortable with the \fB<whatever>\fP and
35 .\" \fI<whatever>\fP escape sequences to invoke bold face and italics,
36 .\" respectively.
37 .SH OPTIONS
38 A summary of options is included below.
39 .TP
40 .B \-?
41 Show version and usage of program.
42 .TP
43 .BI \-b\  bootstrap
44 Specify a bootstrap file.
45 .TP
46 .BI \-c\  config
47 Specify configuration file.
48 .TP
49 .BI \-d\  nn
50 Set debug level to \fInn\fP.
51 .TP
52 .BI \-dt
53 Print timestamp in debug output.
54 .TP
55 .B \-m
56 Update media info in database.
57 .TP
58 .B \-D
59 Specify the driver database name (default: \fINULL\fP)
60 .TP
61 .BI \-n\  name
62 Specify the database name (default: \fIbacula\fP)
63 .TP
64 .BI \-u\  username
65 Specify database username (default: \fIbacula\fP)
66 .TP
67 .BI \-P\  password
68 Specify database password (default: \fInone\fP)
69 .TP
70 .BI \-h\  host
71 Specify database host (default: \fINULL\fP)
72 .TP
73 .BI \-t\  port
74 Specify database port (default: 0)
75 .TP
76 .B \-p
77 Proceed in spite of I/O errors.
78 .TP
79 .B \-r
80 List records.
81 .TP
82 .B \-s
83 Synchronize or store in Database.
84 .TP
85 .B \-S
86 Show scan progress periodically.
87 .TP
88 .B \-v
89 Verbose output mode.
90 .TP
91 .BI \-V\  volume
92 Specify volume names (separated by '|')
93 .TP
94 .BI \-w\  dir
95 Specify working directory (default from conf file)
96 .SH SEE ALSO
97 .BR bls (8),
98 .BR bextract (8).
99 .br
100 .SH AUTHOR
101 This manual page was written by Jose Luis Tallon
102 .nh
103 <jltallon@adv\-solutions.net>,
104 for the Debian GNU/Linux system (but may be used by others).
105