X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   how to backup site (https://forum.x-cart.com/showthread.php?t=69879)

Chheang Leng 08-26-2014 08:38 PM

how to backup site
 
Hi x-cart team!

I want to back up my site. I was backup site with FileZilla FTP Client it has long time. Are you have solution to backup site short time?

totaltec 08-26-2014 09:07 PM

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/

Chheang Leng 08-27-2014 12:35 AM

Re: how to backup site
 
think totaltec, I will try use this solution.

cherie 08-28-2014 04:41 PM

Re: how to backup site
 
Another option is to use your control panel's File Manger. The good ones (like with latest cPanel) have a Compress/Archive option.

Nanovations1 01-13-2015 12:16 PM

Re: how to backup site
 
Another fast way backing up files using cpanel can be seen here https://www.youtube.com/watch?v=ypfX0rDh2YI

Then use mysqldump for the data base.

Cheers


All times are GMT -8. The time now is 04:41 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.