X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=libraries%2Fliblmdb%2Fmdb_copy.1;h=258affbfb404bd1c27e0774e78467d5b760928bc;hb=64bd9f6abc740ba6c5f1e124be37293921501bdf;hp=9b053f97d518be547fdf2665338086fb9e67306a;hpb=6214423163cb5c5cc7385e9e2f6da45ea5ee61ef;p=openldap diff --git a/libraries/liblmdb/mdb_copy.1 b/libraries/liblmdb/mdb_copy.1 index 9b053f97d5..258affbfb4 100644 --- a/libraries/liblmdb/mdb_copy.1 +++ b/libraries/liblmdb/mdb_copy.1 @@ -1,11 +1,19 @@ -.TH MDB_COPY 1 "2012/12/12" "LMDB 0.9.5" -.\" Copyright 2012 Howard Chu, Symas Corp. All Rights Reserved. +.TH MDB_COPY 1 "2014/06/20" "LMDB 0.9.14" +.\" Copyright 2012-2016 Howard Chu, Symas Corp. All Rights Reserved. .\" Copying restrictions apply. See COPYRIGHT/LICENSE. .SH NAME mdb_copy \- LMDB environment copy tool .SH SYNOPSIS .B mdb_copy -.I srcpath\ [dstpath] +[\c +.BR \-V ] +[\c +.BR \-c ] +[\c +.BR \-n ] +.B srcpath +[\c +.BR dstpath ] .SH DESCRIPTION The .B mdb_copy @@ -19,6 +27,19 @@ is specified it must be the path of an empty directory for storing the backup. Otherwise, the backup will be written to stdout. +.SH OPTIONS +.TP +.BR \-V +Write the library version number to the standard output, and exit. +.TP +.BR \-c +Compact while copying. Only current data pages will be copied; freed +or unused pages will be omitted from the copy. This option will +slow down the backup process as it is more CPU-intensive. +.TP +.BR \-n +Open LDMB environment(s) which do not use subdirectories. + .SH DIAGNOSTICS Exit status is zero if no errors occur. Errors result in a non-zero exit status and