summaryrefslogtreecommitdiffstats
path: root/source/tdb/tdbbackup.c
Commit message (Collapse)AuthorAgeFilesLines
* sync with SAMBA_2_2 for 2.2.6rc1Gerald Carter2002-10-091-0/+3
|
* a bit more portability for tdbbackupAndrew Tridgell2002-03-111-1/+2
|
* make tdbbackup more portableAndrew Tridgell2002-03-101-4/+17
|
* prevent bogus compiler complaints about comments in commentsAndrew Tridgell2002-03-101-2/+2
|
* added a bunch of explanation about tdbbackupAndrew Tridgell2002-03-091-0/+23
|
* added -v and -s optionsAndrew Tridgell2002-03-081-23/+101
| | | | -v is used for verify/restore from backup
* added a tdb backup utilityAndrew Tridgell2002-03-071-0/+173
when complete, this will be used to backup critical tdbs at samba startup and possibly periodically while Samba is running so that if tdb corruption is caused by a power failure Samba can restore from the backup.