1BRECSUM(1) General Commands Manual BRECSUM(1)
2
3
4
6 brecsum - Generate SHA1 sums of raw Blackberry database records.
7
9 brecsum [-d db][-h][-p pin][-P pass][-v]
10
12 brecsum downloads the specified database(s) and computes a SHA1 check‐
13 sum on each raw record it finds. The SHA1 sums are written to stdout.
14
15 This is mainly useful for verifying the integrity of restored data dur‐
16 ing testing.
17
19 -d db Specify the database to download and sum. This option may be
20 given multiple times to fetch more than one database. See
21 btool's -t option to retrieve a list of databases on your
22 device.
23
24 -i Include DB Name, Type, and Unique record IDs in the checksums.
25
26 -p pin Specify the PIN of the device to talk to. Only needed if there
27 are multiple Blackberries plugged into your system at once.
28
29 -P pass
30 Simplistic method to specify device password. In a real appli‐
31 cation, this would be done using a more secure prompt.
32
33 -v Dump verbose protocol data during operation.
34
35 -h, --help
36 Show summary of options.
37
38
39
41 In the event of a fatal error, the message will be written to stderr,
42 with an error code of 1.
43
44
45
47 brecsum is part of the Barry project. This manual page was written by
48 Chris Frey.
49
51 http://www.netdirect.ca/software/packages/barry
52
53
54
55
56 May 29, 2008 BRECSUM(1)