summaryrefslogtreecommitdiff
path: root/source3/tdb
diff options
context:
space:
mode:
Diffstat (limited to 'source3/tdb')
-rw-r--r--source3/tdb/tdbbackup.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/tdb/tdbbackup.c b/source3/tdb/tdbbackup.c
index 91bedb5661..ae8f143440 100644
--- a/source3/tdb/tdbbackup.c
+++ b/source3/tdb/tdbbackup.c
@@ -21,10 +21,10 @@
/*
This program is meant for backup/restore of tdb databases. Typical usage would be:
- tdbbackup /var/lock/samba/*.tdb
+ tdbbackup *.tdb
when Samba shuts down cleanly, which will make a backup of all the local databases
to *.bak files. Then on Samba startup you would use:
- tdbbackup -v /var/lock/samba/*.tdb
+ tdbbackup -v *.tdb
and this will check the databases for corruption and if corruption is detected then
the backup will be restored.