DragonFly On-Line Manual Pages
IPA_SDB_DUMP(8) DragonFly System Manager's Manual IPA_SDB_DUMP(8)
NAME
ipa_sdb_dump -- convert ipa_sdb(5) database files to text
representation and back
SYNOPSIS
ipa_sdb_dump -h|v
ipa_sdb_dump [-belt] [-f file]
DESCRIPTION
ipa_sbd_dump allows to convert binary ipa_sdb(5) database files to text
representation and convert text representation back to binary
ipa_sdb(5) database format.
By default ipa_sdb_dump reads data from the standard input (stdin) and
always outputs results to the standard output (stdout), all error
messages go to the standard error output (stderr).
By default data is considered as data for a rule.
Available options are:
-b Convert text representation of a database file to original
database binary format and output it to stdout.
-e Ignore errors in dates.
-f file
Read data from the given file, instead of reading from stdin.
-l Treat the given data for a limit.
-t Treat the given data for a threshold.
-h Print the help message about available options and exit.
-v Show version number, configuration settings and exit
DIAGNOSTICS
ipa_sdb_dump exits with a return code 0 on success, and with a non-zero
return code if any error occurred.
SEE ALSO
ipa_db_sdb(8), ipa_st_sdb(8), ipa_sdb(5)
AUTHOR
Andrey Simonenko <simon@comsys.ntu-kpi.kiev.ua>
BUGS
If you find any, please send email me.
October 19, 2010 IPA_SDB_DUMP(8)