GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
c-icap-mklmdb(8) FreeBSD System Manager's Manual c-icap-mklmdb(8)

c-icap-mklmdb - simple utility to create LMDB lookup tables

c-icap-mklmdb [ -V ] [ -VV ] [ -d debug_level ] [ -i file.txt ] [ -p db_directory ] [ -n db_name ] [ -t string|int|ip ] [ -v string|int|ip ] [ --dump ] [ --erase ] [ --info ]

c-icap-mklmdb utility can be used to create LMDB based lookup tables for use with the c-icap server.

Print version
Print build informations
The debug level
The file contains the data (required). The line format of this file must be:
key: value1, value2, ....
The database directory path
A database name to use. Multiple LMDB databases can coexists in the same LMDB files
The type of the key. Select string for string keys, int for integer keys or ip for using IP addresses as keys. The "string" is the default.
The type of the values. The "string" is the default.
Do not update the database just dump it to the screen.
Erase from database the keys listed in the file given with the '-i' parameter
Print database informations

It builds the an LMDB database under the path 'path/to/database', using string type for keys and values.
Dump the contents of the given database

c-icap(8) c-icap-client(8) c-icap-stretch(8) c-icap-config(8) c-icap-libicapapi-config(8)

Tsantilas Christos

c_icap 0.6.3

Search for    or go to Top of page |  Section 8 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.