Great thread,
I use MysqlDump myself and it seems to work relativly fast and efficiently, the way i have it now, it runs the dump while my forum is online during a slow time.
Im concerned that as the foum gets even bigger doing the dump while the forum is active may cause problems here and there
So I'm wondering if anyone knows a way to turn the forum off (from the command line) and then do the mysqldump.
My cron script would
1) turn off vbulletin
2) do mysql dump
3) turn vbulletin back on
any ideas on how to do step #1 and #3?
|