Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How do I backup my catalog folder tar or gzip?


heyday

Recommended Posts

I use the unix command:

find /var/www/html |tar zcf backup1.tgz -T-

to back up oscommerce files

 

I use the mysql command:

/usr/bin/mysqlhotcopy --user=xxx --password=xxx --allowold catalog /mysql_backup

to backup the mysql oscommerce DB

 

Hope this helps.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...