sas / mbdbdump

Lightweight tool to extract contents of an MBDB backup

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Lightweight tool to extract contents of an MBDB backup

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:C++ 83.3%Language:C 10.9%Language:Shell 5.7%