]> git.sur5r.net Git - openldap/blob - libraries/liblmdb/mdb_copy.1
Add mdb_env_copyfd()
[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
15 If
16 .I dstpath
17 is specified it must be the path of an empty directory
18 for storing the backup. Otherwise, the backup will be
19 written to stdout.
20 .SH DIAGNOSTICS
21 Exit status is zero if no errors occur.
22 Errors result in a non-zero exit status and
23 a diagnostic message being written to standard error.
24 .SH "SEE ALSO"
25 .BR mdb_stat (1)
26 .SH AUTHOR
27 Howard Chu of Symas Corporation <http://www.symas.com>