.\" Copyright (c) 2003-2004 Andrey Simonenko .\" All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without .\" modification, are permitted provided that the following conditions .\" are met: .\" 1. Redistributions of source code must retain the above copyright .\" notice, this list of conditions and the following disclaimer. .\" 2. Redistributions in binary form must reproduce the above copyright .\" notice, this list of conditions and the following disclaimer in the .\" documentation and/or other materials provided with the distribution. .\" .\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE .\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" .\" @(#)$Id: ipa_sdb_dump.8,v 1.1 2005/12/03 10:59:08 simon Exp $ .\" .TH IPA_SDB_DUMP 8 "April 12, 2004" .SH NAME ipa_sdb_dump\ \-\ utility for dumping ipa_sdb(5) database files to text format and back .SH SYNOPSIS \fBipa_sdb_dump\fP\ \fB-h\fP|\fBv\fP \fBipa_sdb_dump\fP\ [\fB-belt\fP]\ [\fB-f\fP\ ] .SH DESCRIPTION \fBipa_sbd_dump\fP is a simple program, which allows to dump binary ipa_sdb(5) database files to text and convert text (possibly modified) back to binary ipa_sdb(5) database format. .PP By default \fBipa_sdb_dump\fP reads data from standard input (stdin) and always outputs results to standard output (stdout), all error messages go to standard error output (stderr). .PP Available options are: .IP \fB-f\fP\ Read data from the given file, instead of reading from stdin. .IP \fB-l\fP Treat the given data for a limit, by default data is considered as data for a rule. .IP \fB-t\fP Treat the given data for a threshold, by default data is considered as data for a rule. .IP \fB-b\fP Convert text database dump to original database format and output it to stdout. .IP \fB-e\fP Ignore errors in dates, two switches suppress error messages. .IP \fB-h\fP Print the help message about available options and exit. .IP \fB-v\fP Show version number and exit .SH SEE ALSO ipa_db_sdb(8), ipa_st_sdb(8), ipa_sdb(5) .SH AUTHOR Andrey\ Simonenko\ .SH BUGS If you find any, please send email me.