]> git.ozlabs.org Git - ccan/blob - ccan/ntdb/man/ntdbrestore.8.xml
Merge branch 'ntdb' of https://github.com/ddiss/ccan into ddiss-ntdb
[ccan] / ccan / ntdb / man / ntdbrestore.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="ntdbrestore.8">
4
5 <refmeta>
6         <refentrytitle>ntdbrestore</refentrytitle>
7         <manvolnum>8</manvolnum>
8         <refmiscinfo class="source">Samba</refmiscinfo>
9         <refmiscinfo class="manual">System Administration tools</refmiscinfo>
10         <refmiscinfo class="version">4.1</refmiscinfo>
11 </refmeta>
12
13
14 <refnamediv>
15         <refname>ntdbrestore</refname>
16         <refpurpose>tool for creating a NTDB file out of a ntdbdump output</refpurpose>
17 </refnamediv>
18
19 <refsynopsisdiv>
20         <cmdsynopsis>
21                 <command>ntdbrestore</command>
22                 <arg choice="req">ntdbfilename</arg>
23         </cmdsynopsis>
24 </refsynopsisdiv>
25
26 <refsect1>
27         <title>DESCRIPTION</title>
28
29         <para>This tool is part of the <citerefentry><refentrytitle>samba</refentrytitle>
30         <manvolnum>1</manvolnum></citerefentry> suite.</para>
31
32         <para><command>ntdbrestore</command> is a very simple utility that 'restores' the
33                 contents of dump file into NTDB (New Trivial DataBase) file. The dump file is obtained from the ntdbdump or tdbdump
34                 commands.
35         </para>
36
37         <para>This tool wait on the standard input for the content of the dump and will write the ntdb in the ntdbfilename
38   parameter.
39         </para>
40         <para>This tool can be used to translate between ntdb and tdb files by dumping and restoring.
41         </para>
42 </refsect1>
43
44
45 <refsect1>
46         <title>VERSION</title>
47
48         <para>This man page is correct for version 4 of the Samba suite.</para>
49 </refsect1>
50
51 <refsect1>
52         <title>SEE ALSO</title>
53
54     <para>
55       ntdbdump(8), tdbrestore(8)
56     </para>
57 </refsect1>
58
59 <refsect1>
60         <title>AUTHOR</title>
61
62         <para>
63         The original Samba software and related utilities were created by Andrew Tridgell.
64         Samba is now developed by the Samba Team as an Open Source project similar to the way
65         the Linux kernel is developed.
66
67         ntdbrestore was written by Rusty Russell based on tdbrestore, which was initially written by Volker Lendecke based on an
68         idea by Simon McVittie.
69         </para>
70
71         <para>The ntdbrestore man page was written by Rusty Russell, based on the tdbrestore man page by Matthieu Patou.</para>
72 </refsect1>
73
74 </refentry>