~ubuntu-branches/debian/sid/tdb/sid

« back to all changes in this revision

Viewing changes to .pc/01_reproducible_builds.diff/man/tdbrestore.8.xml

  • Committer: Package Import Robot
  • Author(s): Jelmer Vernooij
  • Date: 2015-04-26 10:14:38 UTC
  • Revision ID: package-import@ubuntu.com-20150426101438-2p2jm4nd9udfa1k8
Tags: 1.3.4-2
* debian/rules: Pass CPPFLAGS from dpkg-buildflags onto configure,
  enabling hardening.
* Make libtdb2-dbg Multi-Arch: same.
* Add patch 01_reproducible_builds.diff: Make build reproducible by
  adding set dates to manpages.
* debian/copyright: Fix paths for lib/replace.
* debian/copyright: Add paragraph for most of tdb.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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
 
 
5
<refmeta>
 
6
        <refentrytitle>tdbrestore</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>
 
12
 
 
13
 
 
14
<refnamediv>
 
15
        <refname>tdbrestore</refname>
 
16
        <refpurpose>tool for creating a TDB file out of a tdbdump output</refpurpose>
 
17
</refnamediv>
 
18
 
 
19
<refsynopsisdiv>
 
20
        <cmdsynopsis>
 
21
                <command>tdbrestore</command>
 
22
                <arg choice="req">tdbfilename</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>tdbrestore</command> is a very simple utility that 'restores' the
 
33
                contents of dump file into TDB (Trivial DataBase) file. The dump file is obtained from the tdbdump
 
34
                command.
 
35
        </para>
 
36
 
 
37
        <para>This tool wait on the standard input for the content of the dump and will write the tdb in the tdbfilename
 
38
  parameter.
 
39
        </para>
 
40
        <para>This tool can be used for unpacking the content of tdb as backup mean.
 
41
        </para>
 
42
</refsect1>
 
43
 
 
44
 
 
45
<refsect1>
 
46
        <title>VERSION</title>
 
47
 
 
48
        <para>This man page is correct for version 3 of the Samba suite.</para>
 
49
</refsect1>
 
50
 
 
51
<refsect1>
 
52
        <title>AUTHOR</title>
 
53
 
 
54
        <para>
 
55
        The original Samba software and related utilities were created by Andrew Tridgell.
 
56
        Samba is now developed by the Samba Team as an Open Source project similar to the way
 
57
        the Linux kernel is developed.
 
58
 
 
59
        This tool was initially written by Volker Lendecke based on an
 
60
        idea by Simon McVittie.
 
61
        </para>
 
62
 
 
63
        <para>The tdbrestore man page was written by Matthieu Patou.</para>
 
64
</refsect1>
 
65
 
 
66
</refentry>