Version: 3.8.006, by Paul M
Developer Last Online: Nov 2023
Category: Administrative and Maintenance Tools -
Version: 3.8.x
Rating:
Released: 01-09-2009
Last Update: 11-25-2013
Installs: 553
Uses Plugins
Additional Files Translations
No support by the author.
As of 24 Nov 2017 this modification has been withdrawn.
Note: I did not write the original version, but rather have modified & adapted it.
When vb 3.5 first came out I was using this backup system on my vb 3.0 - and having nothing better to use - I converted it to work on vb 3.5 (here) and since then I have cut it down and adapted it, first for vb 3.6, 3.7 and now for vb3.8.
The original version was by Trigunflame and the rights to the code were bought by Zoints (David Chapman) in January 2007. Later in 2007 David gave me permission to release my adaptation.
I have stripped out much of the extra stuff that I do not use (or indeed, could not get to work). This is a simple (Lite) version that does a php based dump of your database either as one file, or one file per table.
As of version 3.8.002, most of the options have moved to the ACP in vBulletin Options >> vBulletin Automatic Backup
Notes:
* I will not be adding anything new to this modification.
* This is a Lite version to allow people to use the basic backup functionality on 3.8.
History:
v3.8.001 : First version for vB 3.8. v3.8.002 : Moved most of options to ACP. v3.8.003 : Moved more options to ACP. v3.8.004 : Gzip option backported from vb4 version. v3.8.005 : Split option backported from vb4 version, close option removed. v3.8.006 : Fix php 5.3 deprecated warning.
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
I already read through the whole thread to get this Mod running on my forum, before asking.
When run manually:
Quote:
Automatic Database Backup for vBulletin
An error occured during the Backup :
It's neither a backup folder path problem nor a write permission problem, since the [date] folder is created and the backup file inside is created as well. The backup file is empty, however (size= 1 byte).
thanks and all workin now....hope so....having error using this ../../backups/
instead use this ././backups/ now its all okay...
will see how it work auto tommorrow...one thing is this going to have only 1 fresh backup daily? not the old way to have the daily back up files?...so everytime it backup our database...it gonna change the old one with the fresh and latest one?
if it is...great and better than before..
i'm not getting this...
InnoDB Tables
Set to yes if you have any innodb tables
...care to explain this pls.
million thanks Paul M
Thanks a lot! Fixed my problem!
Guys, if you get the "An error occured during the Backup:" message and no error description whatsoever, them try changing ../../backups/ to ././backups/
Paul I think you should definitely add this to the description.
Thanks for the hack!
The path is entirely down to your server and personal set-up, I cannot add that to the description.
You should note that ././backups/ is the same as ./backups/ and means the backup folder is within your publicly available website - which means anyone can potentially access your backups.