Ski,

This is a great backup tool for ZC. It makes it very easy to backup the whole store and the DB. Thank you for the great job!

I do have a couple of questions though.

When I first tried this mod, and back up the database, the file name ends with ***.gzip.sql doesn't work. If I directly open this file using a text editor, such as notepad++, it shows apparently a compressed file. But if I tried to unzip the file first, then the 7-zip (latest version) told me it's a broken file. I also tried to rename this file to ***.sql.gzip, but still no good. My final solution is to edit the YOUR_ADMIN/backup_zconfig.php file. At the bottom of the file, here is my work

// Do not edit below
if ($sql_gzip == true) {
$sql_file_name = $_SERVER['HTTP_HOST'].'_'.date("mdY-Hi").'_sql.zip'; //I have to change it from something.gzip.sql
}

Then it works perfectly.

My second question is about Go Daddy. I do have another account on Go Daddy running zen-cart 1.3.9h. I read your post #30 and compared with the files I download (version 1.0.6). I found out they are different. Perhaps 1.0.6 is already ready for Go Daddy or am I missing something?

I wonder anyone else tried this mod on a Go Daddy account and how it works? I knew the zen-cart developers do NOT recommend Go Daddy, but I also know many users are on Go Daddy including myself.

Again, thank you for this great work. It saves me a lot of time and trouble to backup. If it also works on Go Daddy, that would be greater!