<![CDATA[ Support/Comments for BkupMODx - My Forums]]> https://forums.modx.com/thread/?thread=45130 <![CDATA[Re: Support/Comments for BkupMODx]]> https://forums.modx.com/thread/45130/support-comments-for-bkupmodx?page=20#dis-post-260041
Got this great addon up and working - but not too sure from the ZIP that is created where the SQL file is placed? Any ideas anyone?



Cheers,

dubbs]]>
dubbs Oct 17, 2010, 01:56 PM https://forums.modx.com/thread/45130/support-comments-for-bkupmodx?page=20#dis-post-260041
<![CDATA[Re: Support/Comments for BkupMODx]]> https://forums.modx.com/thread/45130/support-comments-for-bkupmodx?page=20#dis-post-260040 It works if you change line 91 of model_dbdump.class.php from :

$output = $lf .’# End of dump #’ . $lf;
to
$output .= $lf .’# End of dump #’ . $lf;
]]>
Sloopmeester Aug 17, 2010, 02:57 PM https://forums.modx.com/thread/45130/support-comments-for-bkupmodx?page=20#dis-post-260040
<![CDATA[Re: Support/Comments for BkupMODx]]> https://forums.modx.com/thread/45130/support-comments-for-bkupmodx?page=20#dis-post-260039 Quote from: Sloopmeester at Aug 17, 2010, 02:15 PM

I just did a restore, but all the tables starting with a W were missing (in the backup).

Kinda odd! All tables are targeted for the sql backup process. Try increasing the megabytes setting in the config tool and rerun the backup.]]>
Chuck Aug 17, 2010, 10:00 AM https://forums.modx.com/thread/45130/support-comments-for-bkupmodx?page=20#dis-post-260039
<![CDATA[Re: Support/Comments for BkupMODx]]> https://forums.modx.com/thread/45130/support-comments-for-bkupmodx?page=20#dis-post-260038
Thnx for the wonderfull tool.

I just did a restore, but all the tables starting with a W were missing (in the backup).

How can I fix this ?

Marcel

BkupMODx version 2.3
Modx Rev 6066 (1.02)
Linux shared hosting
PHP 5

]]>
Sloopmeester Aug 17, 2010, 09:15 AM https://forums.modx.com/thread/45130/support-comments-for-bkupmodx?page=20#dis-post-260038
<![CDATA[Re: Support/Comments for BkupMODx]]> https://forums.modx.com/thread/45130/support-comments-for-bkupmodx?page=20#dis-post-260037 ]]> wdnz Aug 06, 2010, 04:27 PM https://forums.modx.com/thread/45130/support-comments-for-bkupmodx?page=20#dis-post-260037 <![CDATA[Re: Support/Comments for BkupMODx]]> https://forums.modx.com/thread/45130/support-comments-for-bkupmodx?page=20#dis-post-260036
See if that works better.]]>
Chuck Aug 06, 2010, 03:43 PM https://forums.modx.com/thread/45130/support-comments-for-bkupmodx?page=20#dis-post-260036
<![CDATA[Re: Support/Comments for BkupMODx]]> https://forums.modx.com/thread/45130/support-comments-for-bkupmodx?page=20#dis-post-260035
Backup in process . . .

Start MySQL dump create . . . mtc_20100807_082121.sql Size: 760299 (742KB) . . . Finish MySQL dump create.

Start file list . . . File count: 7 . . . Finish file list.

Start zip archive . . . mtc_bkup_20100807_082121.zip Size: 16670 (16KB) . . . Finish zip archive.

Start MySQL dump delete . . . mtc_20100807_082121.sql Size: 760299 (742KB) . . . Finish MySQL dump delete.

PHP Version >= 5.2.0 - Peak memory usage: 1310720 (1MB)

Backup process complete . . .

I’ve commented out the lines in the source which remove the created mySQL dump file after the backup is complete, and get the following
Backup in process . . .

Start MySQL dump create . . . mtc_20100807_081805.sql Size: 760299 (742KB) . . . Finish MySQL dump create.

Start file list . . . File count: 7 . . . Finish file list.

Start zip archive . . . mtc_bkup_20100807_081805.zip Size: 16670 (16KB) . . . Finish zip archive.

PHP Version >= 5.2.0 - Peak memory usage: 1310720 (1MB)

Backup process complete . . .

The sql dump is created and placed in the archive folder, but NOT added to the zip.
Here is my config file
// Protect this file! It contains sensitive information about your website.

// ==================================================
// SECURITY
// ==================================================

login      = true
timeout    = 0
activity   = false

user_pass0 = admin,xxxxxx
user_pass1 = 
user_pass2 = 
user_pass3 = 
user_pass4 = 
user_pass5 = 
user_pass6 = 
user_pass7 = 
user_pass8 = 
user_pass9 = 

// ==================================================
// GENERAL
// ==================================================

site_url     = http://localhost/mtc/
base_path    = /home/murray/public_html/mtc/
bkup_dir     = backup/
archive_dir  = backup/archive/
archive_name = mtc_bkup
seconds      = 120
megabytes    = 256

// ==================================================
// DIRECTORIES
// ==================================================

dir0 = /home/murray/public_html/mtc/assets/css/,true
dir1 = 
dir2 = 
dir3 = 
dir4 = 
dir5 = 
dir6 = 
dir7 = 
dir8 = 
dir9 = 

// ==================================================
// DATABASE
// ==================================================

mysql  = 3
host   = 
user   = 
pass   = 

dbase1 = 
dbase2 = 
dbase3 = 
dbase4 = 
dbase5 = 
dbase6 = 
dbase7 = 
dbase8 = 
dbase9 = 

// ==================================================
// THE END
// ==================================================

Any ideas?]]>
wdnz Aug 06, 2010, 03:31 PM https://forums.modx.com/thread/45130/support-comments-for-bkupmodx?page=20#dis-post-260035
<![CDATA[Re: Support/Comments for BkupMODx]]> https://forums.modx.com/thread/45130/support-comments-for-bkupmodx?page=20#dis-post-260034
The notes run long, and they include dead-end bad ideas as well as successes. Because they are potentially confusing, I don’t think that they belong on this forum. I would like to mail them to whomever is supporting BkupMODx. How could I do that?

-- Halfnium]]>
halfnium Mar 04, 2010, 11:08 PM https://forums.modx.com/thread/45130/support-comments-for-bkupmodx?page=20#dis-post-260034
<![CDATA[Re: Support/Comments for BkupMODx]]> https://forums.modx.com/thread/45130/support-comments-for-bkupmodx?page=20#dis-post-260033
Backup successfully completed after changing ’megabytes = 64’ to ’megabytes = 128’. smiley
]]>
craigphiz Jan 30, 2010, 08:10 AM https://forums.modx.com/thread/45130/support-comments-for-bkupmodx?page=20#dis-post-260033
<![CDATA[Re: Support/Comments for BkupMODx]]> https://forums.modx.com/thread/45130/support-comments-for-bkupmodx?page=19#dis-post-260032 sottwell Jan 27, 2010, 01:14 PM https://forums.modx.com/thread/45130/support-comments-for-bkupmodx?page=19#dis-post-260032