GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
MDBX_COPY(1) FreeBSD General Commands Manual MDBX_COPY(1)

mdbx_copy - MDBX environment copy tool

mdbx_copy [-V] [-q] [-c] [-n] src_path [dest_path]

The mdbx_copy utility copies an MDBX 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 dest_path is specified it must be the path of an empty directory for storing the backup. Otherwise, the backup will be written to stdout.

-V
Write the library version number to the standard output, and exit.
-q
Be quiet.
-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. Currently it fails if the environment has suffered a page leak.
-n
Open MDBX environment(s) which do not use subdirectories. This is legacy option. For now MDBX handles this automatically.

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.

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.

mdbx_dump(1), mdbx_chk(1), mdbx_stat(1), mdbx_load(1) mdbx_drop(1)

Howard Chu of Symas Corporation <http://www.symas.com>, Leonid Yuriev <https://github.com/erthink>
2021-05-09 MDBX 0.10.0

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.