GDBM_DUMP(1) | GDBM User Reference | GDBM_DUMP(1) |
gdbm_dump - dump a GDBM database to a file
gdbm_dump [-H FMT] [--format=FMT] DB_FILE [FILE]
gdbm_dump [-Vh] [--help] [--usage] [--version]
The gdbm_dump utility creates a dump of the specified gdbm(3) database file. The name for the output dump file is supplied by the second argument (FILE). If not specified, the output goes to the standard error.
The created dump can be given as argument to the gdbm_load(1) utility in order to re-create an exact copy of the DB_FILE.
gdbm_load(1), gdbmtool(1), gdbm(3).
For a detailed description of gdbm_dump and other gdbm utilities, refer to the GDBM Manual available in Texinfo format. To access it, run:
info gdbm
Report bugs to <bug-gdbm@gnu.org>.
Copyright © 2013-2021 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.
May 8, 2013 | GDBM |