makedbz (8) Linux Manual Page
makedbz – Rebuild dbz files
Synopsis
makedbz [-io] [-f filename] [-s size]
Description
makedbz rebuilds dbz(3) database. The default name of the text file is pathdb/history; to specify a different name, use the -f flag.
Options
-ffilename- If the
-fflag is used, then the database files are named "filename.dir", "filename.index", and "filename.hash". If the-fflag is not used, then a temporary link to the name "history.n" is made and the database files are written as "history.n.index" , "history.n.hash" and "history.n.dir". -i- To ignore the old database, use the
-iflag. Using the-oor-sflags implies the-iflag. -o- If the
-oflag is used, then the link is not made and any existing history files are overwritten. If the old database exists,makedbzwill use it to determine the size of the new database. -ssizemakedbzwill also ignore any old database if the-sflag is used to specify the approximate number of entries in the new database. Accurately specifying the size is an optimization that will create a more efficient database. Size is measured in key-value pairs (i.e. lines). (The size should be the estimated eventual size of the file, typically the size of the old file.)For more information, see the discussion of
dbzfreshanddbzsizein dbz(3).
History
Written by Katsuhiro Kondou <kondou [at] nec.co.jp> for InterNetNews. Converted to POD by Julien Elie.
$Id: makedbz.pod 8584 2009-08-20 21:54:07Z iulius $
