The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
![]()
I would love to have a script, which makes automatic backup once a month. It must maka a .zip archive of the fields I choose from the MySQL table (like post, attachments members & threads) and e-mail me. Is this possible - maybe together with MyPHP Admin?
![]() |
#2
|
||||
|
||||
![]()
Hmm, sounds like something that would need hacking.
|
#3
|
||||
|
||||
![]()
Yes, but no hacks around. As I understand - it would be quite advanced - isn't it. Maybe, Tony, you can post it to other great vb sites you know?! Because I only had the idea, but don't have the time. Can you, can anybody?
|
#4
|
|||
|
|||
![]()
It can be done with a cron job; here's what I use. Beware though that I haven't put functionality in to close the boards first then reopen them after the dump is complete, but if your board is relatively inactive it's not a problem.
Also back up daily, not monthly! There have been times were I would have been royally screwed if I had to use a month-old backup. My shell script: Code:
#! echo Backing up last dump... mv ~/dump.sql ~/olderdump.sql echo Dumping database to file... mysqldump --opt -uusername -ppassword databasename > ~/dump.sql echo Dump complete! |
#5
|
||||
|
||||
![]()
Depends on how busy your forum is. I agree monthly is too long but considering the size of WDF I see why you do it daily.
![]() |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|