from small one page howto to huge articles all in one place

search text in:




Other .linuxhowtos.org sites:gentoo.linuxhowtos.org



Last additions:
using iotop to find disk usage hogs

using iotop to find disk usage hogs

words:

887

views:

209586

userrating:


May 25th. 2007:
Words

486

Views

258592

why adblockers are bad


Workaround and fixes for the current Core Dump Handling vulnerability affected kernels

Workaround and fixes for the current Core Dump Handling vulnerability affected kernels

words:

161

views:

149883

userrating:


April, 26th. 2006:

Druckversion
You are here: manpages





MDB_COPY

Section: User Commands (1)
Updated: 2014/07/01
Index Return to Main Contents
 

NAME

mdb_copy - LMDB environment copy tool  

SYNOPSIS

mdb_copy [-V] [-c] [-n] srcpath [dstpath]  

DESCRIPTION

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

 

OPTIONS

-V
Write the library version number to the standard output, and exit.
-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 CP-intensive. Currently it fails if the environment has suffered a page leak.
-n
Open LDMB environment(s) which do not use subdirectories.

 

DIAGNOSTICS

Exit status is zero if no errors occur. Errors result in a no-zero exit status and a diagnostic message being written to standard error.  

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.  

SEE ALSO

mdb_stat(1)  

AUTHOR

Howard Chu of Symas Corporation <http://www.symas.com>


 

Index

NAME
SYNOPSIS
DESCRIPTION
OPTIONS
DIAGNOSTICS
CAVEATS
SEE ALSO
AUTHOR





Support us on Content Nation
rdf newsfeed | rss newsfeed | Atom newsfeed
- Powered by LeopardCMS - Running on Gentoo -
Copyright 2004-2025 Sascha Nitsch Unternehmensberatung GmbH
Valid XHTML1.1 : Valid CSS
- Level Triple-A Conformance to Web Content Accessibility Guidelines 1.0 -
- Copyright and legal notices -
Time to create this page: 14.4 ms