vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Administrative and Maintenance Tools - yBackup (https://vborg.vbsupport.ru/showthread.php?t=192488)

xixxon 10-01-2008 10:00 PM

yBackup
 
Features : Ybackup - Tool backup your source and database in vbb.Power by NDK Ziper and Sypex Dumper Lite 1.0.8.

Install & Options: please read the file install.html

If you like this MOD, please "Mark As Installed".

Thanks to Yuyu

ry215 10-02-2008 01:09 PM

*Mark As Installed*

look nice :)

Sweeks 10-02-2008 01:22 PM

Does this create a backup automatically? Like can I set this to backup at midnight each day or would that be a different mod I would need?

Thank you
________
Teen Younger

yuyu 10-02-2008 01:42 PM

Quote:

Originally Posted by J12610AFE2D3 (Post 1635602)
Does this create a backup automatically? Like can I set this to backup at midnight each day or would that be a different mod I would need?

Thank you

No, you must backup manually.

SEOvB 10-02-2008 02:09 PM

Quote:

Originally Posted by J12610AFE2D3 (Post 1635602)
Does this create a backup automatically? Like can I set this to backup at midnight each day or would that be a different mod I would need?

Thank you

You can create a cron job from the adminCP to do this. I'm not sure how this mod works, but you maybe even able to instruct the cron to run this very script to execute the backup

gwerzal 10-02-2008 02:10 PM

How effective is this as when i have made back ups with the standard back up thing it hasn't worked so this could be very useful

F0xy 10-02-2008 02:16 PM

does this backup your files and database? or just your database?

xixxon 10-02-2008 02:56 PM

Backup source forum and database :)

StuntFactoryX 10-02-2008 04:17 PM

will this work for larger forums or is it acceptable to time outs? sorry if its a stupid question. vb.org and vb.com have this fear pounded in my head that shell backups are the only reliable method.

skywalker2208 10-02-2008 04:54 PM

Quote:

Originally Posted by J12610AFE2D3 (Post 1635602)
Does this create a backup automatically? Like can I set this to backup at midnight each day or would that be a different mod I would need?

Thank you

There is another mod that does that or you can set up your own cron job if your hosting company allows it.

xixxon 10-02-2008 06:01 PM

@StuntFactoryX: try this MOD,is very useful

DjEddie 10-04-2008 09:35 PM

hi,

installed no problems.... just when i set the mod to do the backup after so long i get internal server error ... any ideas ?

Thanks :)

DjEddie 10-04-2008 09:54 PM

ignore my last post.. fixed ...i just extended the timeout :) thanx :)

Daisyboo 10-05-2008 01:49 PM

Gah I keep getting told that my file is not writable but it is!
Any ideas?

Daisyboo 10-05-2008 03:03 PM

Still got the file problem but if I leave the suggested file destination I get this message -
Fatal error: Maximum execution time of 30 seconds exceeded in **** where do I change that?

Thanks.

edermix 10-05-2008 03:33 PM

Excelente, this mod similar Sypex Dumper Lite

Daisyboo 10-09-2008 06:06 PM

Quote:

Originally Posted by Daisyboo (Post 1637893)
Still got the file problem but if I leave the suggested file destination I get this message -
Fatal error: Maximum execution time of 30 seconds exceeded in **** where do I change that?

Thanks.

Anyone?

Forumi Shqiptar 10-16-2008 01:43 AM

Quote:

Originally Posted by StuntFactoryX (Post 1635739)
will this work for larger forums or is it acceptable to time outs? sorry if its a stupid question. vb.org and vb.com have this fear pounded in my head that shell backups are the only reliable method.

It will be good if we can get this kind of information... since the only reliable method on large boards can only be made from the shell...

Please can you give more information on this? Many thanks in advance.

Daisyboo 10-16-2008 11:14 AM

Uninstalled.

LorinPotter 03-11-2009 02:09 PM

Ok, this seems like a very good, simple and easy way to backup the database.

However, how does one go about using this backup to restore the database?

Manoel J?nior 03-04-2010 11:08 PM

Please, UPDATE for vbb4.x

Manoel J?nior 03-07-2010 12:44 AM

How make CRON for this hack?

Manoel J?nior 03-07-2010 03:03 PM

Can anyone help me create a CRON day for this HACK? I'm trying with the following syntax:

PHP Code:

<?php

error_reporting
(E_ALL & ~E_NOTICE);
if (!
is_object($vbulletin->db)) exit;

@
ignore_user_abort(1);
@
set_magic_quotes_runtime(0);
require_once(
DIR.'/includes/adminfunctions.php');
require_once(
DIR.'/admincp/ybackup_dumper.php');

$command 'exec'// exec, system or passthru
$ybackup_dumper = &new ybackup_dumper($command$vbulletin->ybackup_dumper$vbulletin->options);

$ybackup_dumper->cronBackup();

echo 
'<br />'.$ybackup_dumper->STATUS;
log_cron_action($ybackup_dumper->STATUS$nextitem);

?>


sgrisole 03-09-2010 10:04 PM

When I try to backup the database I get this errors:
Code:

Warning: mkdir() [function.mkdir]: Permission denied in [path]/admincp/ybackup_dumper.php on line 79

Notice: Undefined variable: errfile in /home/mdjbarba/public_html/forums/includes/functions_log_error.php on line 230

Fatal error: Unable to create a directory for printer in [path]/admincp/ybackup_dumper.php on line 79

How can I fix it?

Manoel J?nior 02-20-2011 10:28 AM

Please, i can make CRON yBackup per day.

Xexiu 05-06-2013 05:44 PM

Quote:

Originally Posted by Manoel J?nior (Post 1999154)
Can anyone help me create a CRON day for this HACK? I'm trying with the following syntax:

PHP Code:

<?php

error_reporting
(E_ALL & ~E_NOTICE);
if (!
is_object($vbulletin->db)) exit;

@
ignore_user_abort(1);
@
set_magic_quotes_runtime(0);
require_once(
DIR.'/includes/adminfunctions.php');
require_once(
DIR.'/admincp/ybackup_dumper.php');

$command 'exec'// exec, system or passthru
$ybackup_dumper = &new ybackup_dumper($command$vbulletin->ybackup_dumper$vbulletin->options);

$ybackup_dumper->cronBackup();

echo 
'<br />'.$ybackup_dumper->STATUS;
log_cron_action($ybackup_dumper->STATUS$nextitem);

?>


Did you made up with the cron?

Also I have some errors after upgrading to php 5.4.3. Depected error.
Solution:

Open: includes/adminfunctions_ydumper and find:

Code:

mysql_escape_string
Replace with:

Code:

mysql_real_escape_string
That should do the trick ;).

tevbas 05-01-2015 05:33 PM

This function is deprecated; use mysql_real_escape_string() instead

for me problemz


All times are GMT. The time now is 07:13 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.01185 seconds
  • Memory Usage 1,781KB
  • 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
  • (3)bbcode_code_printable
  • (2)bbcode_php_printable
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (27)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete