View Single Post
  #2  
Old 08-26-2014, 09:07 PM
  totaltec's Avatar 
totaltec totaltec is offline
 

X-Guru
  
Join Date: Jan 2007
Location: Louisville, KY USA
Posts: 5,823
 

Default Re: how to backup site

Sometimes you can backup your site using your hosting control panel. The best solution for me is to use SSH and a terminal client like putty to connect. Then I zip or tar the site using commands like:
zip -r filename.zip foldername

Then I dump the database with mysqldump.
Examples:
http://www.thegeekstuff.com/2008/09/backup-and-restore-mysql-database-using-mysqldump/
__________________
Mike White - Now Accepting new clients and projects! Work with the best, get a US based development team for just $125 an hour. Call 1-502-773-6454, email mike at babymonkeystudios.com, or skype b8bym0nkey

XcartGuru
X-cart Tutorials | X-cart 5 Tutorials

Check out the responsive template for X-cart.
Reply With Quote