Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Use gzip or zip into admin/backup.php


Antonio Garcia

Recommended Posts

I'm working in my local site (Windows XP with an installation of apache2triad as server).

 

I try to use the zip or gzip capabilities in admin/backup.php but the script don't show the possibility of compress the backup file.

 

I saw into admin/aplication_top.php:

 

// Used in the "Backup Manager" to compress backups

define('LOCAL_EXE_GZIP', '/usr/bin/gzip');

define('LOCAL_EXE_GUNZIP', '/usr/bin/gunzip');

define('LOCAL_EXE_ZIP', '/usr/local/bin/zip');

define('LOCAL_EXE_UNZIP', '/usr/local/bin/unzip');

 

and that directories are nor into our osCommerce nor apache installation.

 

How may I config my server / shop to be able to compress / decompress files?

 

I try to find into the foruns or wiky, but no info found. I think that this question should be post before, but I'm unable to find this.

 

Also I think that this info SHOULD BE into the 'osCommerce Knowledge Base'.

 

All info will be welcome!

 

All the best

Link to comment
Share on other sites

sorry for ask again...

 

This question is so easy to find a solution or may be is so dificult to explain here?

 

There are nobody that uses this feature into backup.php?

 

I know that there are some 'server knowledge' but I must admit that I'm lost (the server is local so I can 'ask to the administrator' and I think there are no info concerning this into the doc).

 

All the best.

 

Antonio

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...