vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   vB Database Backup Pro - Convert to run on vB3.5 (https://vborg.vbsupport.ru/showthread.php?t=112304)

Paul M 08-14-2006 11:38 PM

My backups total about 500MB, and take about 5 mins to run.

Mysticales 08-14-2006 11:54 PM

Just to be stupid...

What Cron settings did you use? Cause all I can "think" of is that I caused it to loop... but not sure.

Im worried about retrying it again.. cause I had "Lock Tables" enabled.. meaning.. I couldnt even do ANYTHING to restore forum access after I started running it.

Paul M 08-15-2006 12:21 AM

I never use the lock tables option, nothing but trouble ....

I'm at work so I can't tell you what options I have, as I have no access to them, I'll look tomorrow.

Mysticales 08-15-2006 12:33 AM

Great! Btw.. thanks for saying "Dont lock tables"

Your guide or somewhere said it was recommended more to prevent locking.

How will this play into effect on a large forum?

rainyleaves 09-16-2006 12:40 PM

I installed like below...

Quote:

Originally Posted by Paul M
This is what happens when you try and find all the changes you made and end up missing bits - this got missed as well;

Code:

Find ;

                if (!$this->TYPE && $this->COMBINE)

Replace With ;

                if ($this->MULTIFILE == 0)

Added to file.

But I got combine error.
I mean that Combined .sql file is empty(0Byte).

And that I changed code like below!!


Quote:

Originally Posted by 99Percent
another correction I am making for mysqlbackup.php:

instead of
Code:

if (!$this->TYPE && $this->COMBINE)
it should say:
Code:

if ($this->TYPE && $this->COMBINE)
and in mysqlbackupconfig.php
instead of
Code:

  If you have selected option 0 to dump specific tables. This
  option determines whether or not the dumps are Re-Combined

It should say:
Code:

  If you did not select option 0 to dump specific tables. This
  option determines whether or not the dumps are Re-Combined


It worked fine!!!!

Thanks 99Percent & Paul ^^

hnjco 09-19-2006 03:00 AM

Quote:

Originally Posted by Paul M
Is the destination accessible to php (i.e. if it's outside the forum root is basdir protection stopping you). Basically that's a server permission error, not a hack error.


well, I think this is error of concern... if we are saving database backups under public_html anybody can download those. Secured way of using this script is to save the backups under root of the server or in the folders which are not accessible via web.

may be a point to look in your future release of this mod.. on the whole this mod is awsome

thanks

Paul M 09-19-2006 10:53 AM

Quote:

Originally Posted by hnjco
may be a point to look in your future release of this mod.. on the whole this mod is awsome

There is nothing to look at - this will save backups wherever it has permission to - it is up to you (the user) to have the correct permissions set-up to allow it to write where you want it to.

xcingix 12-11-2007 01:35 PM

Any plans for 3.6.8 or 3.7.0?


All times are GMT. The time now is 01:02 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01142 seconds
  • Memory Usage 1,738KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (5)bbcode_code_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (8)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete