]> git.sur5r.net Git - openldap/blob - libraries/liblmdb/mdb_copy.1
Merge remote-tracking branch 'origin/mdb.master'
[openldap] / libraries / liblmdb / mdb_copy.1
1 .TH MDB_COPY 1 "2012/12/12" "LMDB 0.9.5"
2 .\" Copyright 2012 Howard Chu, Symas Corp. All Rights Reserved.
3 .\" Copying restrictions apply.  See COPYRIGHT/LICENSE.
4 .SH NAME
5 mdb_copy \- LMDB environment copy tool
6 .SH SYNOPSIS
7 .B mdb_copy
8 .I srcpath\ dstpath
9 .SH DESCRIPTION
10 The
11 .B mdb_copy
12 utility copies an LMDB environment. The environment can
13 be copied regardless of whether it is currently in use.
14 .SH DIAGNOSTICS
15 Exit status is zero if no errors occur.
16 Errors result in a non-zero exit status and
17 a diagnostic message being written to standard error.
18 .SH "SEE ALSO"
19 .BR mdb_stat (1)
20 .SH AUTHOR
21 Howard Chu of Symas Corporation <http://www.symas.com>