prevent bogus compiler complaints about comments in comments
authorAndrew Tridgell <tridge@samba.org>
Sun, 10 Mar 2002 01:46:56 +0000 (01:46 +0000)
committerAndrew Tridgell <tridge@samba.org>
Sun, 10 Mar 2002 01:46:56 +0000 (01:46 +0000)
source/tdb/tdbbackup.c

index 91bedb5661dc8c9c16932d1c5210e294c91cb428..ae8f143440d4eafa7880714d75f547d1126e6c42 100644 (file)
 /*
 
   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.