SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG
DONATE


YUM REPOSITORY

 
 

MAN page from Fedora 21 gdbm-1.11-4.fc21.x86_64.rpm

GDBM_LOAD

Section: GDBM User Reference (1)
Updated: December 25, 2013
Index 

NAME

gdbm_load - re-create a GDBM database from a dump file. 

SYNOPSIS

gdbm_load [-Mnr] [-b NUM] [-c NUM]
 [
-m MODE] [-u NAME|UID[:NAME|GID]]
          [--block-size=NUM] [--cache-size=NUM] [--mmap=NUM]
          [--mode=MODE] [--no-meta] [--replace]
          [--user=NAME|UID[:NAME|GID]] FILE [DB_FILE]                        

gdbm_load [-Vh] [--help] [--usage] [--version] 

DESCRIPTION

Create agdbmdatabase fileDB_FILEfrom the dump fileFILE.If theFILEargument is not supplied, output the created database to the standard error.

If the input file is in ASCII dump format, the mode and ownership ofthe created database are restored from the information in the dump.This can be overridden using the command line options (see below). 

OPTIONS

-b, --block-size=NUM
Sets block size.
-c, --cache-size=NUM
Sets cache size.
-M, --mmap
Use memory mapping.
-m, --mode=MODE
Set database file mode (octal number).
-n, --no-meta
Do not attempt to restore database meta-data (mode and ownership).
-r, --replace
If the database exists, replace records in it.
-u, --user=NAME|UID[:NAME|GID]
Set file ownership.
-h, --help
Print a short usage summary.
--usage
Print a list of available options.
-V, --version
Print program version
 

SEE ALSO

gdbm_dump(1),gdbmtool(1),gdbm(3).

For a detailed description ofgdbm_loadand othergdbmutilities, refer to the GDBM Manual available inTexinfo format. To access it, run:


  info gdbm

 

REPORTING BUGS

Report bugs to <bug-gdbmAATTgnu.org>. 

COPYRIGHT

Copyright © 2013 Free Software Foundation, Inc
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.There is NO WARRANTY, to the extent permitted by law.


 

Index

NAME
SYNOPSIS
DESCRIPTION
OPTIONS
SEE ALSO
REPORTING BUGS
COPYRIGHT

This document was created byman2html,using the manual pages.