openldap-servers-2.4.44-5.el7 provides mdb_copy, mdb_dump, mdb_load, and mdb_stat tool.
Issue
- openldap-servers-2.4.44-5.el7 provides mdb_copy, mdb_dump, mdb_load, and mdb_stat tool.
# rpm -ql openldap-servers | grep mdb_
/usr/libexec/openldap/man/man1/mdb_copy.1
/usr/libexec/openldap/man/man1/mdb_dump.1
/usr/libexec/openldap/man/man1/mdb_load.1
/usr/libexec/openldap/man/man1/mdb_stat.1
/usr/libexec/openldap/mdb_copy
/usr/libexec/openldap/mdb_dump
/usr/libexec/openldap/mdb_load
/usr/libexec/openldap/mdb_stat
# man /usr/libexec/openldap/man/man1/mdb_copy.1
MDB_COPY(1) General Commands Manual MDB_COPY(1)
NAME
mdb_copy - LMDB environment copy tool
SYNOPSIS
mdb_copy [-V] [-c] [-n] srcpath [dstpath]
DESCRIPTION
The mdb_copy utility copies an LMDB environment. The environment can be copied regardless of whether it is currently in use. No lockfile is created, since it gets recreated at
need.
If dstpath is specified it must be the path of an empty directory for storing the backup. Otherwise, the backup will be written to stdout.
...
Environment
- Red Hat Enterprise Linux 7
- openldap-servers
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase of over 48,000 articles and solutions.
Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.
