Back Up My Site PHP Files
I just modified the Backup MYSQL Plugin with a Site Back Up script I found on the web. Basically one can download a fully zipped copy of there Zencart site quickly as a tar file. (This could be handy to do before installing any add-ons etc…I figured an admin – tool option would make it easier and quicker for one to do so) The Author of the Site Back Up script agreed that I use and post his script here on Zen Cart as I felt that this would be a useful tool along with the Backup MYSQL Plug-in. It’s pretty straight forward and please don’t ask me for help as I’m all self taught and VERY new to this. I have tested this on my site (ver1.3.8a) and works fine. I don’t think this is a version dependent tool. NB: This script will back up the whole root directory where Zencart is installed, that is if Zencart is installed in a sub directory it will back up the WHOLE directory regardless. NOTE: This will not backup your database too. Do your database backup *first* if you want it included in this backup. |
![]() |
v1.3.8 |
![]() |
johnny43 |
![]() |
rmkiser - 18 Dec 2008 |
![]() |
6,414 |
Version History
Back Up My Site PHP Files - Version: V1.f | |||||||||||||
################################################################################ # UPDATE NOTES # # I take no credit for this add on. I simply chnanged # # the line if (strlen($pathfile) _ 99) die('Error'); in backup_mysite.php # # to if (strlen($pathfile) _ 9999) die('Error'); # # This corrected the problem of it not saving to your computer and also not # # backing up the entire site. Not sure why changing it from 99 to 9999 worked # # So, the update was found by accident. It may have something to do with the # # number of files it will back up??? Not sure # # # # THIS UPDATE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EITHER # # EXPRESSED OR IMPLIED, OR OTHERWISE. BY USING THIS UPDATED ADD ON, YOU # # ACCEPT THE ENTIRE RISK. I SHALL BE NOT LIABLE FOR ANY DIRECT OR # # INDIRECT DAMAGE, INCLUDING DAMAGE FOR ANY DATA OR INFORMATION WHICH MAY BE # # LOST. # # # # Zen Cart Integration by: johnny43 # # THIS UPDATE MADE BY: RMKISER # # # ################################################################################ |
|||||||||||||
|
|||||||||||||
Back Up My Site PHP Files - Version: 1.e | |||||||||||||
Fixed so that last update now backs up all of root dir. | |||||||||||||
|
|||||||||||||