mdbm_check [-hLV] [-d level] [-p pagenum] [-v verbosity] [-w windowsize] [-X version] mdbm
mdbm_check walks through the entire MDBM and performs a number of consistency checks.
-h | Display help message. | ||||||||||
-L | Do not lock database during check. | ||||||||||
-V | Display MDBM file version. Requires the -v option, too. | ||||||||||
-d check_level |
| ||||||||||
-p pagenum | Check the specified page. | ||||||||||
-v verbosity |
| ||||||||||
-w windowsize | Specifies the window size in bytes (use k/m/g to use a different unit). | ||||||||||
-X version | Verify that the MDBM version is the one specified by version. |
Returns 0 upon success, non-zero upon failure.
mdbm_check /tmp/bar.mdbm
mdbm_check(1), mdbm_compare(1), mdbm_copy(1), mdbm_create(1), mdbm_digest(1), mdbm_dump(1), mdbm_export(1), mdbm_fetch(1), mdbm_import(1), mdbm_purge(1), mdbm_replace(1), mdbm_restore(1), mdbm_save(1), mdbm_stat(1), mdbm_sync(1), mdbm_trunc(1)
mdbm-users <mdbm-users@yahoo-inc.com>