The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
vB Database Backup (Lite) Details »» | |||||||||||||||||||||||||
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
|
4 благодарности(ей) от: | ||
ITDarasgah, JimxJNM, Lemrith, M Shaker |
Comments |
#252
|
||||
|
||||
Not much a can say to that
|
#253
|
|||
|
|||
I'm also getting the error
An error occured during the Backup : My backup path is ././backups/ and it does create folders with the current date when I manually start the process but nothing else. Any ideas? |
#254
|
||||
|
||||
././backups/ should really be ./backups/
You need to check folder permissions. |
#255
|
|||
|
|||
I have folder permission set at 777 and as I mentioned it does create subfolders with the current date so I think the permission is set correctly.
I changed the path to ./backups/ still the same error. |
#256
|
|||
|
|||
Ok, I checked a little further into this problem. It does have something to do with permissions.
Folder /backups/ permission is 0777 owner me Folder /backups/2009-09-17 permission 0777 owner www-data ... does this matter? So I went on and edited mysqlbackup.php in order to remove the creation of folder as this is somehow creating the problem for me .... // Cron Based Automated Backup function cronBackup() { /* Set Full Dump Path. */ //$this->FULL_PATH = $this->DUMP_PATH.$this->DATE.'/'.$this->PREFIX.$this->DATE; $this->FULL_PATH = $this->DUMP_PATH.'/'.$this->PREFIX.$this->DATE; /* Short Path */ //$this->SHORT_PATH = $this->DUMP_PATH.$this->DATE; $this->SHORT_PATH = $this->DUMP_PATH; /* Close Forum. */ if ($this->SHUTDOWN) { $this->forumStatus(0); } /* Remove previous SQL Files. */ //$this->removeDir($this->SHORT_PATH); //$this->createDir($this->SHORT_PATH); /* Clear Cache */ clearstatcache(); .............. ............ I no longer have dated folders, but it is working now. |
#257
|
||||
|
||||
Quote:
|
#258
|
|||
|
|||
Tried everything, read all posts, getting an error.
|
#259
|
|||
|
|||
When I try it, it backs up everything but when it gets to my posts it just stops and says done?
Code:
Processing podcastitem (No Data) Processing poll (218) : Processed 218 Rows in 0.016 seconds Processing pollvote (8249) : Processed 8249 Rows in 0.327 seconds Processing post (136557) Can someone help me with this I think it timed out. =( |
#260
|
|||
|
|||
How did you get it to work? Whats your path for it?
|
#261
|
||||
|
||||
That certainly looks like it failed, and timeout is the most likely reason.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|