Changeset 988 for vendor/current/lib/tdb/man
- Timestamp:
- Nov 24, 2016, 1:14:11 PM (9 years ago)
- Location:
- vendor/current/lib/tdb/man
- Files:
-
- 4 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/lib/tdb/man/tdbbackup.8.xml
r740 r988 2 2 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"> 3 3 <refentry id="tdbbackup.8"> 4 <refentryinfo><date>2015-04-25</date></refentryinfo> 4 5 5 6 <refmeta> … … 23 24 <arg choice="opt">-v</arg> 24 25 <arg choice="opt">-h</arg> 26 <arg choice="opt">-l</arg> 25 27 </cmdsynopsis> 26 28 </refsynopsisdiv> … … 34 36 <para><command>tdbbackup</command> is a tool that may be used to backup samba .tdb 35 37 files. This tool may also be used to verify the integrity of the .tdb files prior 36 to samba startup or during normal operation. If it finds file damage and it finds 37 a prior backup the backup file will be restored. 38 to samba startup or during normal operation. If it finds file damage and it finds 39 a prior backup the backup file will be restored. 38 40 </para> 39 41 </refsect1> … … 55 57 <term>-s suffix</term> 56 58 <listitem><para> 57 The <command>-s</command> option allows the adminis istrator to specify a file59 The <command>-s</command> option allows the administrator to specify a file 58 60 backup extension. This way it is possible to keep a history of tdb backup 59 61 files by using a new suffix for each backup. … … 64 66 <term>-v</term> 65 67 <listitem><para> 66 The <command>-v</command> will check the database for damages (c urrupt data)68 The <command>-v</command> will check the database for damages (corrupt data) 67 69 which if detected causes the backup to be restored. 70 </para></listitem> 71 </varlistentry> 72 73 <varlistentry> 74 <term>-l</term> 75 <listitem><para> 76 This options disables any locking, by passing TDB_NOLOCK 77 to tdb_open_ex(). Only use this for database files which 78 are not used by any other process! And also only if it is otherwise not 79 possible to open the database, e.g. databases which were created with 80 mutex locking. 68 81 </para></listitem> 69 82 </varlistentry> … … 129 142 Samba is now developed by the Samba Team as an Open Source project similar to the way 130 143 the Linux kernel is developed. 131 </para> 144 </para> 132 145 133 146 <para>The tdbbackup man page was written by John H Terpstra.</para> -
vendor/current/lib/tdb/man/tdbdump.8.xml
r740 r988 2 2 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"> 3 3 <refentry id="tdbdump.8"> 4 <refentryinfo><date>2015-04-25</date></refentryinfo> 4 5 5 6 <refmeta> … … 20 21 <cmdsynopsis> 21 22 <command>tdbdump</command> 23 <arg choice="opt">-k <replaceable>keyname</replaceable></arg> 24 <arg choice="opt">-e</arg> 25 <arg choice="opt">-h</arg> 22 26 <arg choice="req">filename</arg> 23 27 </cmdsynopsis> … … 30 34 <manvolnum>1</manvolnum></citerefentry> suite.</para> 31 35 32 <para><command>tdbdump</command> is a very simple utility that 'dumps' the 33 contents of a TDB (Trivial DataBase) file to standard output in a 36 <para><command>tdbdump</command> is a very simple utility that 'dumps' the 37 contents of a TDB (Trivial DataBase) file to standard output in a 34 38 human-readable format. 35 39 </para> 36 40 37 <para>This tool can be used when debugging problems with TDB files. It is 41 <para>This tool can be used when debugging problems with TDB files. It is 38 42 intended for those who are somewhat familiar with Samba internals. 39 43 </para> 40 44 </refsect1> 41 45 46 <refsect1> 47 <title>OPTIONS</title> 48 49 <variablelist> 50 51 <varlistentry> 52 <term>-h</term> 53 <listitem><para> 54 Get help information. 55 </para></listitem> 56 </varlistentry> 57 58 <varlistentry> 59 <term>-k <replaceable>keyname</replaceable></term> 60 <listitem><para> 61 The <command>-k</command> option restricts dumping to a single key, if found. 62 </para> </listitem> 63 </varlistentry> 64 65 <varlistentry> 66 <term>-e</term> 67 <listitem><para> 68 The <command>-e</command> tries to dump out from a corrupt database. Naturally, such a dump is unreliable, at best. 69 </para></listitem> 70 </varlistentry> 71 72 </variablelist> 73 </refsect1> 42 74 43 75 <refsect1> … … 54 86 Samba is now developed by the Samba Team as an Open Source project similar to the way 55 87 the Linux kernel is developed. 56 </para> 88 </para> 57 89 58 90 <para>The tdbdump man page was written by Jelmer Vernooij.</para> -
vendor/current/lib/tdb/man/tdbrestore.8.xml
r740 r988 2 2 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"> 3 3 <refentry id="tdbrestore.8"> 4 <refentryinfo><date>2015-04-25</date></refentryinfo> 4 5 5 6 <refmeta> -
vendor/current/lib/tdb/man/tdbtool.8.xml
r740 r988 2 2 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"> 3 3 <refentry id="tdbtool.8"> 4 <refentryinfo><date>2015-04-25</date></refentryinfo> 4 5 5 6 <refmeta> … … 8 9 <refmiscinfo class="source">Samba</refmiscinfo> 9 10 <refmiscinfo class="manual">System Administration tools</refmiscinfo> 10 <refmiscinfo class="version"> 3.6</refmiscinfo>11 <refmiscinfo class="version">4.0</refmiscinfo> 11 12 </refmeta> 12 13 … … 25 26 <cmdsynopsis> 26 27 <command>tdbtool</command> 28 <arg choice="opt">-l</arg> 27 29 <arg choice="plain"> 28 30 <replaceable>TDBFILE</replaceable> … … 49 51 </refsect1> 50 52 53 <refsect1> 54 <title>OPTIONS</title> 55 56 <variablelist> 57 58 <varlistentry> 59 <term>-l</term> 60 <listitem><para> 61 This options disables any locking, by passing TDB_NOLOCK 62 to tdb_open_ex(). Only use this for database files which 63 are not used by any other process! And also only if it is otherwise not 64 possible to open the database, e.g. databases which were created with 65 mutex locking. 66 </para></listitem> 67 </varlistentry> 68 69 </variablelist> 70 </refsect1> 71 72 51 73 52 74 <refsect1> … … 123 145 <replaceable>TDBFILE</replaceable> 124 146 </term> 125 <listitem><para>Move a record from the 147 <listitem><para>Move a record from the 126 148 current database into <replaceable>TDBFILE</replaceable>. 127 149 </para></listitem> … … 197 219 </term> 198 220 <listitem><para>Check the integrity of the current database. 221 </para></listitem> 222 </varlistentry> 223 224 <varlistentry> 225 <term> 226 <option>repack</option> 227 </term> 228 <listitem><para>Repack a database using a temporary file to remove fragmentation. 199 229 </para></listitem> 200 230 </varlistentry> … … 221 251 <refsect1> 222 252 <title>VERSION</title> 223 <para>This man page is correct for version 3. 0.25of the Samba suite.</para>253 <para>This man page is correct for version 3.6 of the Samba suite.</para> 224 254 </refsect1> 225 255
Note:
See TracChangeset
for help on using the changeset viewer.