X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=libraries%2Fliblmdb%2Fmdb_copy.1;h=258affbfb404bd1c27e0774e78467d5b760928bc;hb=64bd9f6abc740ba6c5f1e124be37293921501bdf;hp=58c6c5b60cd214a7ff5b63d2a4bcea0642b02e6f;hpb=3e83b5b27bcd76a5ae086573516f9b76bdc6e2da;p=openldap diff --git a/libraries/liblmdb/mdb_copy.1 b/libraries/liblmdb/mdb_copy.1 index 58c6c5b60c..258affbfb4 100644 --- a/libraries/liblmdb/mdb_copy.1 +++ b/libraries/liblmdb/mdb_copy.1 @@ -1,5 +1,5 @@ .TH MDB_COPY 1 "2014/06/20" "LMDB 0.9.14" -.\" Copyright 2012-2014 Howard Chu, Symas Corp. All Rights Reserved. +.\" Copyright 2012-2016 Howard Chu, Symas Corp. All Rights Reserved. .\" Copying restrictions apply. See COPYRIGHT/LICENSE. .SH NAME mdb_copy \- LMDB environment copy tool @@ -8,6 +8,8 @@ mdb_copy \- LMDB environment copy tool [\c .BR \-V ] [\c +.BR \-c ] +[\c .BR \-n ] .B srcpath [\c @@ -30,6 +32,11 @@ written to stdout. .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.