If you get to the "Backup process complete. . ." message then the zip should be okay.
-
☆ A M B ☆
- 1,231 Posts
I am getting the backup is complete message... zips are still corrupt. The site is only about 60mb in total.
v1.8 just released!
This is mostly a cosmetic release so there are not any significant functional changes. I renamed a few of the core files along with deleting those no longer used, deleted unused template images, deleted unused CSS. For those of you using this as a MODx module you should recopy the code in the BKUPMODX.MODULE.php file into your module.
* Updated menu navigation with active links
* Update Exit menu links
* Refactored code to reduce file count
Upgrade and new installation instructions in README.txt.
Enjoy!
Thanks for the module. I’ve got it all squared away except that I’m having the same problem where my SQL dump isn’t included in the zip. Everything seems to run fine otherwise. Here’s the verbose output:
Backup in process...
Start MySQL backup of bmiprodu_modxdb to path/to/my/sqlfile.sql . . . Completed MySQL backup. - Size: 659301
Start FileList . . . File count: 2376 . . . Completed FileList.
Start PclZip archive of all files to /path/to/my/backup/archive/modx_bkup_20080723_042805.zip . . . Completed PclZip backup. - Size: 4228919
Start Delete of /path/to/my/backup/tmp/* files . . . Deleted tmp/sqlfile.sql size 659301 . . . Completed Delete of /path/to/my/backup/tmp/* files
Backup process complete...
I added the backup directory and found the dump, thanks Chuck. On another note, do you have any suggestions on automating the backup, possibly using a cron job? Thanks again.