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 -m Update media info in database.
42
43 -n name
44 Specify the database name (default: bacula)
45
46 -u username
47 Specify database username (default: bacula)
48
49 -p password
50 Specify database password (default: none)
51
52 -h host
53 Specify database host (default: NULL)
54
55 -r List records.
56
57 -s Synchronize or store in Database.
58
59 -v Verbose output mode.
60
61 -V volume
62 Specify volume names (separated by '|')
63
64 -w dir Specify working directory (default from conf file)
65
67 bls(8), bextract(8).
68
70 This manual page was written by Jose Luis Tallon
71 <jltallon@adv-solutions.net>, for the Debian GNU/Linux system (but may
72 be used by others).
73
74
75
76
77Kern Sibbald 26 May 2006 BSCAN(8)