RixStix
Have you tried 7zip on the website backup file?
Skip
RixStix
Have you tried 7zip on the website backup file?
Skip
• 446F63746F722057686F •
Installed 7zip. Website files extract with quite a few filesize errors without identifying specific files. Not overly concerned about website files.
BU Database only. files appear in 2 places according the screen after the BU is completed. Tried all compressions. Both locations 0MB files. That is not what I expected.
Really glad I found this out when needed to restore BU sandbox files instead of really needing to restore the live site.
Quitting time for now. Another look tomorrow.
Rick
RixStix (dot) com
aka: ChainWeavers (dot) com
Thanks for checking it with 7zip.
What it sounds like is that the script is over running the memory setting of php.
If you can control php settings in your .htaccess file try these settings.
php_value upload_max_filesize 30M
php_value post_max_size 30M
php_value max_execution_time 400
php_value mysql.connect_timeout 240
php_value memory_limit 1024M
Skip
• 446F63746F722057686F •
Server didn't like that.
What I did this morning:
removed all log files.
removed all email archives.
Database size decreased from 42MB to 36.6MB
Backup #1: DB: yes, filetype: gzip, Backup sql files only
2 files created: *.sql in the admin/backup folder 4.29mb *.tgz in cache folder 889KB
Backup #2: DB: yes, filetype: zip, Backup sql files only
2 files created: *.sql in the admin/backup folder 42.57mb *.zip in cache folder 0b
Backup #3: DB: yes, filetype: tar, backup sql files only
2 files created: *.sql in the admin/backup folder 0b *.tar in the cache folder 0b
PHP Version: 5.2.17 (Zend: 2.2.0) PHP Memory Limit: 128M PHP Safe Mode: Off PHP File Uploads: On Max Size: 32M POST Max Size: 8M Database Data Size: 36,570 kB Database Index Size: 6,914 kB
Zencart: v1.5.1 installed in sandbox.
DB upgraded from v1.3.9h
v1.5.1 plugin installed using NEW install option
Rick
RixStix (dot) com
aka: ChainWeavers (dot) com
I am using backup zc Version: 1.0.7,
I got these error messages:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, [email protected] and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Apache/2.2.26 (Unix) mod_ssl/2.2.26 OpenSSL/1.0.1e-fips mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 mod_fcgid/2.3.6 Server at the4thmuse.com Port 80
can anyone help me out!!!!
Thanks
Arwen
It works fine until recently. Two days ago, when I run it, there was nothing shown on screen and got a message in log file as "PHP Parse error: syntax error, unexpected '""' (T_CONSTANT_ENCAPSED_STRING), expecting ')' in (... the path...)/backup_zconfig.php on line 69".
zen-cart version: 1.5.1
php version:5.4.25
BackUp ZC version: 1.1
guess it is a php version problem. Is anybody use it on php version 5.4.25 or higher?
The backup excludes files with XX in the button column. How can I include them?
youradminfolder/backup_zconfig.php
Code:// *********************************************************************** // Set default exclude directories // *********************************************************************** $exclude_files = array("".DIR_FS_CATALOG."cache", "".DIR_FS_CATALOG."extras", "".DIR_FS_CATALOG."pub" );
Though you should just delete the extras folder anyway...not needed.
the pub folder is only useful if your selling downloadables, as its the folder the symlink goes in for download waiting for the customer to download. So if your not selling downloadables you can delete the pub folder also.
Mike
AEIIA - Zen Cart Certified & PCI Compliant Hosting
The Zen Cart Forum...Better than a monitor covered with post-it notes!