1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-05 20:58:40 +03:00

prevent bogus compiler complaints about comments in comments

(This used to be commit 73b3487daf4d7c65aac2c8ec150539791d19e1f5)
This commit is contained in:
Andrew Tridgell 2002-03-10 01:46:56 +00:00
parent 664fa8e572
commit 34623e023a

View File

@ -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.