]> git.sur5r.net Git - bacula/bacula/blob - bacula/manpages/bscan.8
Fix man page name
[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 May 2006" "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 invode 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 .B \-m
53 Update media info in database.
54 .TP
55 .BI \-n\  name
56 Specify the database name (default: \fIbacula\fP)
57 .TP
58 .BI \-u\  username
59 Specify database username (default: \fIbacula\fP)
60 .TP
61 .BI \-p\  password
62 Specify database password (default: \fInone\fP)
63 .TP
64 .BI \-h\  host
65 Specify database host (default: \fINULL\fP)
66 .TP
67 .B \-r
68 List records.
69 .TP
70 .B \-s
71 Synchronize or store in Database.
72 .TP
73 .B \-v
74 Verbose output mode.
75 .TP
76 .BI \-V\  volume
77 Specify volume names (separated by '|')
78 .TP
79 .BI \-w\  dir
80 Specify working directory (default from conf file)
81 .SH SEE ALSO
82 .BR bls (8),
83 .BR bextract (8).
84 .br
85 .SH AUTHOR
86 This manual page was written by Jose Luis Tallon
87 .nh 
88 <jltallon@adv\-solutions.net>,
89 for the Debian GNU/Linux system (but may be used by others).
90