1GDBM_LOAD(1)                  GDBM User Reference                 GDBM_LOAD(1)
2
3
4

NAME

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

SYNOPSIS

9       gdbm_load [-Mnr] [-b NUM] [-c NUM] [-m MODE] [-u NAME|UID[:NAME|GID]]
10                 [--block-size=NUM] [--cache-size=NUM] [--mmap=NUM]
11                 [--mode=MODE] [--no-meta] [--replace]
12                 [--user=NAME|UID[:NAME|GID]] FILE [DB_FILE]
13
14       gdbm_load [-Vh] [--help] [--usage] [--version]
15

DESCRIPTION

17       Create  a  gdbm  database file DB_FILE from the dump file FILE.  If the
18       FILE argument is not supplied, output the created database to the stan‐
19       dard error.
20
21       If  the  input  file is in ASCII dump format, the mode and ownership of
22       the created database are restored from the  information  in  the  dump.
23       This can be overridden using the command line options (see below).
24

OPTIONS

26       -b, --block-size=NUM
27              Sets block size.
28
29       -c, --cache-size=NUM
30              Sets cache size.
31
32       -M, --mmap
33              Use memory mapping.
34
35       -m, --mode=MODE
36              Set database file mode (octal number).
37
38       -n, --no-meta
39              Do  not  attempt  to restore database meta-data (mode and owner‐
40              ship).
41
42       -r, --replace
43              If the database exists, replace records in it.
44
45       -u, --user=NAME|UID[:NAME|GID]
46              Set file ownership.
47
48       -h, --help
49              Print a short usage summary.
50
51       --usage
52              Print a list of available options.
53
54       -V, --version
55              Print program version
56

SEE ALSO

58       gdbm_dump(1), gdbmtool(1), gdbm(3).
59
60       For a detailed description of gdbm_load and other gdbm utilities, refer
61       to the GDBM Manual available in Texinfo format.  To access it, run:
62
63         info gdbm
64
65

REPORTING BUGS

67       Report bugs to <bug-gdbm@gnu.org>.
68
70       Copyright © 2013-2021 Free Software Foundation, Inc
71       License GPLv3+: GNU GPL version 3 or later <http://gnu.org/li
72       censes/gpl.html>
73       This is free software: you are free  to  change  and  redistribute  it.
74       There is NO WARRANTY, to the extent permitted by law.
75
76
77
78GDBM                           December 25, 2013                  GDBM_LOAD(1)
Impressum