docs-xml: add dbwrap_tool.1 manual page
[Samba/gebeck_regimport.git] / lib / tdb / man / tdbdump.8.xml
blob25fd432eb6ef8a13f123a6da77c108251b0f5c0b
1 <?xml version="1.0" encoding="iso-8859-1"?>
2 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
3 <refentry id="tdbdump.8">
5 <refmeta>
6         <refentrytitle>tdbdump</refentrytitle>
7         <manvolnum>8</manvolnum>
8         <refmiscinfo class="source">Samba</refmiscinfo>
9         <refmiscinfo class="manual">System Administration tools</refmiscinfo>
10         <refmiscinfo class="version">3.6</refmiscinfo>
11 </refmeta>
14 <refnamediv>
15         <refname>tdbdump</refname>
16         <refpurpose>tool for printing the contents of a TDB file</refpurpose>
17 </refnamediv>
19 <refsynopsisdiv>
20         <cmdsynopsis>
21                 <command>tdbdump</command>
22                 <arg choice="opt">-k <replaceable>keyname</replaceable></arg>
23                 <arg choice="opt">-e</arg>
24                 <arg choice="opt">-h</arg>
25                 <arg choice="req">filename</arg>
26         </cmdsynopsis>
27 </refsynopsisdiv>
29 <refsect1>
30         <title>DESCRIPTION</title>
32         <para>This tool is part of the <citerefentry><refentrytitle>samba</refentrytitle>
33         <manvolnum>1</manvolnum></citerefentry> suite.</para>
35         <para><command>tdbdump</command> is a very simple utility that 'dumps' the
36                 contents of a TDB (Trivial DataBase) file to standard output in a
37                 human-readable format.
38         </para>
40         <para>This tool can be used when debugging problems with TDB files. It is
41                 intended for those who are somewhat familiar with Samba internals.
42         </para>
43 </refsect1>
45 <refsect1>
46         <title>OPTIONS</title>
48         <variablelist>
50                 <varlistentry>
51                 <term>-h</term>
52                 <listitem><para>
53                 Get help information.
54                 </para></listitem>
55                 </varlistentry>
57                 <varlistentry>
58                 <term>-k <replaceable>keyname</replaceable></term>
59                 <listitem><para>
60                 The <command>-k</command> option restricts dumping to a single key, if found.
61                 </para> </listitem>
62                 </varlistentry>
64                 <varlistentry>
65                 <term>-e</term>
66                 <listitem><para>
67                 The <command>-e</command> tries to dump out from a corrupt database.  Naturally, such a dump is unreliable, at best.
68                 </para></listitem>
69                 </varlistentry>
71         </variablelist>
72 </refsect1>
74 <refsect1>
75         <title>VERSION</title>
77         <para>This man page is correct for version 3 of the Samba suite.</para>
78 </refsect1>
80 <refsect1>
81         <title>AUTHOR</title>
83         <para>
84         The original Samba software and related utilities were created by Andrew Tridgell.
85         Samba is now developed by the Samba Team as an Open Source project similar to the way
86         the Linux kernel is developed.
87         </para>
89         <para>The tdbdump man page was written by Jelmer Vernooij.</para>
90 </refsect1>
92 </refentry>