summaryrefslogtreecommitdiffstats
path: root/source3/tdb/tdbbackup.c
Commit message (Collapse)AuthorAgeFilesLines
* sync'ing up for 3.0alpha20 releaseGerald Carter2002-09-251-0/+1
| | | | (This used to be commit 65e7b5273bb58802bf0c389b77f7fcae0a1f6139)
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-1/+17
| | | | (This used to be commit 03ac082dcb375b6f3ca3d810a6a6367542bc23ce)
* a bit more portability for tdbbackupAndrew Tridgell2002-03-111-1/+2
| | | | (This used to be commit 6edb5bea5f6dcbabe29f772c7ad7bcaaf2a72d53)
* make tdbbackup more portableAndrew Tridgell2002-03-101-4/+17
| | | | (This used to be commit 9cc1dadfb09c2352ed188d668b02ccffaa009895)
* prevent bogus compiler complaints about comments in commentsAndrew Tridgell2002-03-101-2/+2
| | | | (This used to be commit 73b3487daf4d7c65aac2c8ec150539791d19e1f5)
* added a bunch of explanation about tdbbackupAndrew Tridgell2002-03-091-0/+23
| | | | (This used to be commit 4ac4220e2f60dfac35dc80dcf1830a6a6352ace0)
* added -v and -s optionsAndrew Tridgell2002-03-081-23/+101
| | | | | -v is used for verify/restore from backup (This used to be commit 1438cd8e5042f1ce6aef0d6be5a8285fbfe79158)
* 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. (This used to be commit f619330082712cab72ec2d2ab76d67b8e9f3194c)