diff options
author | John Terpstra <jht@samba.org> | 2004-06-23 02:43:28 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:45:56 -0500 |
commit | 3ec218e33109bbf256f3c9d49179a0ae82182640 (patch) | |
tree | 09a91c72cae2ee4b0c3a63bfbd40ad1c5577943d | |
parent | 55316b37e187057255725313810501769576176c (diff) | |
download | samba-3ec218e33109bbf256f3c9d49179a0ae82182640.tar.gz samba-3ec218e33109bbf256f3c9d49179a0ae82182640.tar.bz2 samba-3ec218e33109bbf256f3c9d49179a0ae82182640.zip |
Fix tdbbackup documentation per Andrew Tridgell feedback.
(This used to be commit 8c2aed83de8ffa50b70f446de98d8f5028bbad5c)
-rw-r--r-- | docs/manpages/tdbbackup.8.xml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/docs/manpages/tdbbackup.8.xml b/docs/manpages/tdbbackup.8.xml index 912f2c8d82..c9ce73171a 100644 --- a/docs/manpages/tdbbackup.8.xml +++ b/docs/manpages/tdbbackup.8.xml @@ -33,8 +33,8 @@ <para><command>tdbbackup</command> is a tool that may be used to backup samba .tdb files. This tool may also be used to verify the integrity of the .tdb files prior - to samba startup, in which case, if it find file damage and it finds a prior backup - it will restore the backup file. + to samba startup or during normal operation. If it finds file damage and it finds + a prior backup the backup file will be restored. </para> </refsect1> @@ -78,8 +78,9 @@ <para><emphasis>GENERAL INFORMATION</emphasis></para> <para> - The <command>tdbbackup</command> utility should be run as soon as samba has shut down. - Do NOT run this command on a live database. Typical usage for the command will be: + The <command>tdbbackup</command> utility can safely be run at any time. It was designed so + that it can be used at any time to validate the integrity of tdb files, even during Samba + operation. Typical usage for the command will be: </para> <para>tdbbackup [-s suffix] *.tdb</para> |