tdb: Make tdb_find circular-safe
[samba.git] / lib / tdb / man / tdbrestore.8.xml
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="tdbrestore.8">
4 <refentryinfo><date>2015-04-25</date></refentryinfo>
5
6 <refmeta>
7         <refentrytitle>tdbrestore</refentrytitle>
8         <manvolnum>8</manvolnum>
9         <refmiscinfo class="source">Samba</refmiscinfo>
10         <refmiscinfo class="manual">System Administration tools</refmiscinfo>
11         <refmiscinfo class="version">3.6</refmiscinfo>
12 </refmeta>
13
14
15 <refnamediv>
16         <refname>tdbrestore</refname>
17         <refpurpose>tool for creating a TDB file out of a tdbdump output</refpurpose>
18 </refnamediv>
19
20 <refsynopsisdiv>
21         <cmdsynopsis>
22                 <command>tdbrestore</command>
23                 <arg choice="req">tdbfilename</arg>
24         </cmdsynopsis>
25 </refsynopsisdiv>
26
27 <refsect1>
28         <title>DESCRIPTION</title>
29
30         <para>This tool is part of the <citerefentry><refentrytitle>samba</refentrytitle>
31         <manvolnum>1</manvolnum></citerefentry> suite.</para>
32
33         <para><command>tdbrestore</command> is a very simple utility that 'restores' the
34                 contents of dump file into TDB (Trivial DataBase) file. The dump file is obtained from the tdbdump
35                 command.
36         </para>
37
38         <para>This tool wait on the standard input for the content of the dump and will write the tdb in the tdbfilename
39   parameter.
40         </para>
41         <para>This tool can be used for unpacking the content of tdb as backup mean.
42         </para>
43 </refsect1>
44
45
46 <refsect1>
47         <title>VERSION</title>
48
49         <para>This man page is correct for version 3 of the Samba suite.</para>
50 </refsect1>
51
52 <refsect1>
53         <title>AUTHOR</title>
54
55         <para>
56         The original Samba software and related utilities were created by Andrew Tridgell.
57         Samba is now developed by the Samba Team as an Open Source project similar to the way
58         the Linux kernel is developed.
59
60         This tool was initially written by Volker Lendecke based on an
61         idea by Simon McVittie.
62         </para>
63
64         <para>The tdbrestore man page was written by Matthieu Patou.</para>
65 </refsect1>
66
67 </refentry>