summaryrefslogtreecommitdiff
path: root/docs/docbook/manpages
diff options
context:
space:
mode:
authorJohn Terpstra <jht@samba.org>2003-04-26 19:26:25 +0000
committerJohn Terpstra <jht@samba.org>2003-04-26 19:26:25 +0000
commit8ec5eb4930e835b75ae29fb6a047cd64c7a0f2c0 (patch)
treea6245377fd177a5e9f09e0468bf1b78c9d783004 /docs/docbook/manpages
parentca42a64f9b2bca475cc77c8fd08d54c397c311eb (diff)
downloadsamba-8ec5eb4930e835b75ae29fb6a047cd64c7a0f2c0.tar.gz
samba-8ec5eb4930e835b75ae29fb6a047cd64c7a0f2c0.tar.bz2
samba-8ec5eb4930e835b75ae29fb6a047cd64c7a0f2c0.zip
Adding tdbbackup manpage to Makefile, fix typos, fix incorrect syntax on author entry.
(This used to be commit 144d0f5996224edc58d66379214b6e1508f57526)
Diffstat (limited to 'docs/docbook/manpages')
-rw-r--r--docs/docbook/manpages/tdbbackup.8.sgml19
1 files changed, 11 insertions, 8 deletions
diff --git a/docs/docbook/manpages/tdbbackup.8.sgml b/docs/docbook/manpages/tdbbackup.8.sgml
index 25b2c27aef..31aa103e81 100644
--- a/docs/docbook/manpages/tdbbackup.8.sgml
+++ b/docs/docbook/manpages/tdbbackup.8.sgml
@@ -43,26 +43,29 @@
<variablelist>
<varlistentry>
+ <term>-h</term>
+ <listitem><para>
+ Get help information.
+ </para></listitem>
+ </varlistentry>
+
+ <varlistentry>
<term>-s suffix</term>
<listitem><para>
- The <term>-s</term> option allows the adminisistrator to specify a file
+ The <command>-s</command> option allows the adminisistrator to specify a file
backup extension. This way it is possible to keep a history of tdb backup
files by using a new suffix for each backup.
</para> </listitem>
</varlistentry>
- &stdarg.help;
-
<varlistentry>
<term>-v</term>
<listitem><para>
- The <term>-v</term> will check the database for damages (currupt data)
+ The <command>-v</command> will check the database for damages (currupt data)
which if detected causes the backup to be restored.
</para></listitem>
</varlistentry>
- &popt.common.samba;
-
</variablelist>
</refsect1>
@@ -88,8 +91,9 @@
<para>
Samba .tdb files are stored in various locations, be sure to run backup all
.tdb file on the system. Imporatant files includes:
+ </para>
- <itemistedlist>
+ <itemizedlist>
<listitem><para>
<command>secrets.tdb</command> - usual location is in the /usr/local/samba/private
directory, or on some systems in /etc/samba.
@@ -104,7 +108,6 @@
<command>*.tdb</command> located in the /usr/local/samba/var directory or on some
systems in the /var/cache or /var/lib/samba directories.
</para></listitem>
-
</itemizedlist>
</refsect1>