1BSCAN(8) Network backup, recovery and verification BSCAN(8)
2
3
4
6 bscan - Bacula's 'Scan tape'
7
9 bscan [options] bacula-archive
10
12 The purpose of bscan is to read (scan) a Bacula Volume and to recreate
13 or update the database contents with the information found on the Vol‐
14 ume. This is done in a non-destructive way. This permits restoring
15 database entries that have been lost by pruning, purging, deleting, or
16 a database corruption problem.
17
18
19 Normally, it should not be necessary to run the bscan command because
20 the database is self maintaining, and most corrupted databases can be
21 repaired by the tools provided by the database vendors. In addition,
22 if you have maintained bootstrap files during backups, you should be
23 able to recover all your data from the bootstrap file without needed an
24 up to date catalog.
25
26 bscan command.
27
29 A summary of options is included below.
30
31 -? Show version and usage of program.
32
33 -b bootstrap
34 Specify a bootstrap file.
35
36 -c config
37 Specify configuration file.
38
39 -d nn Set debug level to nn.
40
41 -dt Print timestamp in debug output.
42
43 -m Update media info in database.
44
45 -D Specify the driver database name (default: NULL)
46
47 -n name
48 Specify the database name (default: bacula)
49
50 -u username
51 Specify database username (default: bacula)
52
53 -P password
54 Specify database password (default: none)
55
56 -h host
57 Specify database host (default: NULL)
58
59 -t port
60 Specify database port (default: 0)
61
62 -p Proceed in spite of I/O errors.
63
64 -r List records.
65
66 -s Synchronize or store in Database.
67
68 -S Show scan progress periodically.
69
70 -v Verbose output mode.
71
72 -V volume
73 Specify volume names (separated by '|')
74
75 -w dir Specify working directory (default from conf file)
76
78 bls(8), bextract(8).
79
81 This manual page was written by Jose Luis Tallon
82 <jltallon@adv-solutions.net>, for the Debian GNU/Linux system (but may
83 be used by others).
84
86 This man page document is released under the BSD 2-Clause license.
87
88
89
90Kern Sibbald 26 November 2009 BSCAN(8)