Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Just a reminder...Do a back up of your store.


emailanj

Recommended Posts

Posted

Just wanted to remind everyone to do a back up of there store often. You can FTP the files right on your hard drive, which is much better than doing the admin back up. PHP files can be sensitive and you'll want to have periodic backups dated on your hard drive for referance so that in case you make a mistake that you are not aware of and that rears it's ugly head a week from now after you've made many more improvements you can upload you back up for a quick fix and have a up and running cart again.

 

FYI..... I am sure many of you have figured this out already but if you quote a search term when doing a search on this form you get more reliable results. :D

 

Good luck and happy cart building :P

Anj

Posted

And if you get the thing you've been working on for a week working, BACK IT UP BEFORE MAKING FURTHER CHANGES.

 

Not that I just did that. :'(

Always BACK UP your files and your database before making any changes. Before asking questions, check out the Knowledge Base. Check out the contributions to see if your problem's solved there. Search the forums.

 

Useful threads: Store Speed Optimization How to make a horrible shop Basics for design change How to search the forums

 

Useful contributions: Easypopulate Fast, Easy Checkout Header Tag Controller

Posted

thanks Anj, i'm actually doing it now thru admin but i agree it's damn slow.. cheers!

Posted

try not to use the built in file manager through the admin panel....not to reliable...ads characters that create errors......use a full FTP program.......

 

for those in the know of SSH access....use this command at the root of your cataloge

 

tar -cvf filenameordate.tar *

 

where filenameordate, just put whatever you want... I use the date format...

 

tar -cvf backup_8_11_05.tar *

 

this compresses the entire site and all the directories in one file which is easier to download. when you uncompress it it retains all the structure..

 

its TAR format BTW. I'm on a MAC and by default can uncompress this format. Don't know about pkunzip.

 

NOTE: this compresses EVERY directory, sub directory and file from where you enter this command. so if you have other work, it will be compressed as well.

Posted

I use a slightly modified php script that I found on the phpclasses.org site to basically execute the above command, and create a tar file of the complete site for download, also making sure that any existing backups are not part of the new tar archive.

I'll need to check the license to see if I can put it up as a contribution.

KEEP CALM AND CARRY ON

I do not use the responsive bootstrap version since i coded my responsive version earlier, but i have bought every 28d of code package to support burts effort and keep this forum alive (albeit more like on life support).

So if you are still here ? What are you waiting for ?!

 

Find the most frequent unique errors to fix:

grep "PHP" php_error_log.txt | sed "s/^.* PHP/PHP/g" |grep "line" |sort | uniq -c | sort -r > counterrors.txt

Archived

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

×
×
  • Create New...