Skip to content
This repository was archived by the owner on Apr 16, 2023. It is now read-only.

Latest commit

 

History

History
26 lines (17 loc) · 453 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 453 Bytes

mbdbdump

This tool is used to dump contents of an MBDB backup.

Building

Just type make :)

Or, for an out-of-tree build:

mkdir build
cd build
make -f ../Makefile

You will need GNU make for this, and this tool depends on OpenSSL.

Installing

make install will install everything to /usr/local. You can specify the prefix with make PREFIX=/usr install.

Usage

Take a look at the man page here.