View Full Version : Administrative and Maintenance Tools - yBackup
xixxon
10-01-2008, 10:00 PM
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 (https://vborg.vbsupport.ru/member.php?u=212039)
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 (http://www.++++tube.com/categories/1055/younger/videos/1)
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
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
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
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
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
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
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:
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
Can anyone help me create a CRON day for this HACK? I'm trying with the following syntax:
<?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:
mysql_escape_string
Replace with:
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
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.