1MHA-DBRECOVER(1) MHonArc Documentation MHA-DBRECOVER(1)
2
3
4
6 mha-dbrecover - rebuild a MHonArc archive database
7
9 mha-dbrecover [options]
10
12 mha-dbrecover is a utility program that is part of the MHonArc software
13 package. The program allows can be used to rebuild a MHonArc archive
14 database from the HTML message files. This allows database recovery if
15 the database gets corrupted or accidentally deleted.
16
17 The documentation for MHonArc is distributed in HTML format. Due to
18 its size and organization, it is not suited for manpage format.
19 Consult your system administrator for where the documentation has been
20 installed, or see "AVAILABILITY" on where you can access the
21 documentation on the web.
22
24 mha-dbrecover takes all the options available to mhonarc along with the
25 following additional options:
26
27 "-dbr-startnum" #
28 The starting message number to recover data from. This option is
29 useful if you have many message files in a directory, but you only
30 want to recover a subset of the files.
31
32 If this option is not specified, the starting number is 0.
33
34 "-dbr-endnum" #
35 The ending message number to recover data from. This option is
36 useful if you have many message files in a directory, but you only
37 want to recover a subset of the files.
38
39 If this option is not specified, all messages starting from
40 "-dbr-startnum" will be recovered.
41
42 NOTE: Only a subset of the options available to mhonarc are actually
43 supported since many options are not applicable for recovering
44 operations.
45
47 <http://www.mhonarc.org/>
48
50 Earl Hood, mhonarc@mhonarc.org
51
52 MHonArc comes with ABSOLUTELY NO WARRANTY and MHonArc may be copied
53 only under the terms of the GNU General Public License, which may be
54 found in the MHonArc distribution.
55
56
57
58MHonArc v2.6 2009-05-03 MHA-DBRECOVER(1)