mirror of
https://github.com/samba-team/samba.git
synced 2025-01-29 21:47:30 +03:00
Adding tdbbackup manpage to Makefile, fix typos, fix incorrect syntax on author entry.
(This used to be commit 144d0f5996224edc58d66379214b6e1508f57526)
This commit is contained in:
parent
ca42a64f9b
commit
8ec5eb4930
@ -21,7 +21,7 @@ MANPAGES_NAMES=findsmb.1 smbclient.1 \
|
||||
smbpasswd.8 testprns.1 \
|
||||
smb.conf.5 wbinfo.1 pdbedit.8 \
|
||||
smbcacls.1 smbsh.1 winbindd.8 \
|
||||
vfstest.1 \
|
||||
tdbbackup.8 vfstest.1 \
|
||||
profiles.1 smbtree.1 ntlm_auth.1 \
|
||||
editreg.1 smbcquotas.1
|
||||
|
||||
|
@ -42,27 +42,30 @@
|
||||
|
||||
<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>
|
||||
|
@ -3,8 +3,8 @@
|
||||
<chapterinfo>
|
||||
<author>
|
||||
<firstname>Jean François</firstname><surname>Micouleau</surname>
|
||||
&author.jerry;
|
||||
</author>
|
||||
&author.jerry;
|
||||
</chapterinfo>
|
||||
|
||||
<title>Configuring Group Mapping</title>
|
||||
|
Loading…
x
Reference in New Issue
Block a user