Forums / General Questions / GoDaddy backup doesn't work for large files

GoDaddy backup doesn't work for large files

Results 1 to 7 of 7
12 May 2016, 01:32
#1
mespe avatar

mespe

Zen Follower

Join Date:
Sep 2014
Posts:
216
Plugin Contributions:
0

GoDaddy backup doesn't work for large files

I've been backing up zencart, but when I try to backup the entire store, or even just my image folder, I get a 500 error. backup files get created, but they can't be expanded. tried both locally, and on godaddy's file manager.
I changed the memory size to 1000 in the define in zc_backup config file like I saw in the zcbackup thread. using ver 1.1
16 May 2016, 01:27
#2
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Posts:
31,500
Plugin Contributions:
4

Re: GoDaddy backup doesn't work for large files

If you are serious about your online business then why are you hosting with a mass marketed provider like GD??
16 May 2016, 01:46
#3
wmorris avatar

wmorris

Totally Zenned

Join Date:
Aug 2007
Posts:
1,674
Plugin Contributions:
0

Re: GoDaddy backup doesn't work for large files

GoDaddy/LuckyRegister is the worse Hosting Company.

If use Hostgator.com I have been using them for about 10 years.
17 May 2016, 19:55
#4
mespe avatar

mespe

Zen Follower

Join Date:
Sep 2014
Posts:
216
Plugin Contributions:
0

Re: GoDaddy backup doesn't work for large files

Someone has to pay Danica's salary,,,
Now anyone able to help me out???
17 May 2016, 20:24
#5
lat9 avatar

lat9

Administrator

Join Date:
Sep 2009
Posts:
13,980
Plugin Contributions:
46

Re: GoDaddy backup doesn't work for large files

I'm not familiar with the zcbackup plugin's operation, but is it possible to do your export in pieces? That is, export only a subset of the tables at any one run.
17 May 2016, 20:32
#6
rixstix avatar

rixstix

Totally Zenned

Join Date:
Aug 2009
Posts:
2,015
Plugin Contributions:
0

Re: GoDaddy backup doesn't work for large files

There's one ZC backup plugin that backs up just fine. It just doesn't restore just fine. I used it for ages, assuming all was well until I needed to restore a backup and no luck.

That's why I only trust backups made using phpMyAdmin
18 May 2016, 04:44
#7
explorer1979 avatar

explorer1979

Inactive

Join Date:
Jan 2007
Posts:
377
Plugin Contributions:
0

Re: GoDaddy backup doesn't work for large files

Backup mysql using phpmyadmin (You can download one from official web site, check with your PHP version that have different version support on different PHP)

Download all file from your home by FileZilla with TLS enabled (Free) or any other FTP Client you like

Why this way? and not full auto script? If your server is not own by yourself, like rent by hosting company etc.
I don't believe their backup, manual full backup it by above two tools / way to your local computer will be your other safe belt if big problems happened.
Can do by daily for DB, weekly or monthly for PHP/images files etc.

And install ZC Plugin for backup, look like it is full auto and easy, but files still save in your hosting company remote server, it is down, you can access it files anymore, it is why I like full backup local.