mdbm_export [-hfc] [-o outfile] infile.mdbm
mdbm_export exports an MDBM into a human-readable format file.
By default, the output file is in Berkley DB’s db_dump format:
By using the -c flag, this format may be changed to cdb format:
-h | Shows help message |
-f | Fast mode (don’t lock db while reading). Please use -L none |
-L lockmode | Locking mode - any, none, exclusive, partition, or shared |
-c | Export cdb_dump format (default db_dump format) |
-o outfile | Write output to this file, instead of STDOUT. |
Returns 0 upon success, non-zero upon failure.
mdbm_export -c -o /tmp/foo.data /tmp/foo.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>