diff options
author | Riccardo Spagni <ric@spagni.net> | 2015-12-25 21:50:21 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2015-12-25 21:50:27 +0200 |
commit | a7e63f27c195d74d2e6a491ebd809e6268fd0f95 (patch) | |
tree | 7f32f057bb35bac63f7c6fa93a311faba8b397ae /external/db_drivers/liblmdb64/mdb_copy.1 | |
parent | Merge pull request #562 (diff) | |
parent | Update liblmdb, unify 32/64 sources (diff) | |
download | monero-a7e63f27c195d74d2e6a491ebd809e6268fd0f95.tar.xz |
Merge pull request #564
ba4e217 Update liblmdb, unify 32/64 sources (Howard Chu)
Diffstat (limited to 'external/db_drivers/liblmdb64/mdb_copy.1')
-rw-r--r-- | external/db_drivers/liblmdb64/mdb_copy.1 | 54 |
1 files changed, 0 insertions, 54 deletions
diff --git a/external/db_drivers/liblmdb64/mdb_copy.1 b/external/db_drivers/liblmdb64/mdb_copy.1 deleted file mode 100644 index 1e2a97694..000000000 --- a/external/db_drivers/liblmdb64/mdb_copy.1 +++ /dev/null @@ -1,54 +0,0 @@ -.TH MDB_COPY 1 "2014/06/20" "LMDB 0.9.14" -.\" Copyright 2012-2015 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 -[\c -.BR \-V ] -[\c -.BR \-c ] -[\c -.BR \-n ] -.B srcpath -[\c -.BR dstpath ] -.SH DESCRIPTION -The -.B 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 -.I dstpath -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 -a diagnostic message being written to standard error. -.SH CAVEATS -This utility can trigger significant file size growth if run -in parallel with write transactions, because pages which they -free during copying cannot be reused until the copy is done. -.SH "SEE ALSO" -.BR mdb_stat (1) -.SH AUTHOR -Howard Chu of Symas Corporation <http://www.symas.com> |