From 3ec218e33109bbf256f3c9d49179a0ae82182640 Mon Sep 17 00:00:00 2001 From: John Terpstra Date: Wed, 23 Jun 2004 02:43:28 +0000 Subject: Fix tdbbackup documentation per Andrew Tridgell feedback. (This used to be commit 8c2aed83de8ffa50b70f446de98d8f5028bbad5c) --- docs/manpages/tdbbackup.8.xml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'docs/manpages/tdbbackup.8.xml') 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 @@ tdbbackup 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. @@ -78,8 +78,9 @@ GENERAL INFORMATION - The tdbbackup 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 tdbbackup 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: tdbbackup [-s suffix] *.tdb -- cgit