Difference between revisions of "Backup Basics for a Joomla! Web Site"

From Joomla! Documentation

(Added pointer to webhosters' backup systems.)
Line 1: Line 1:
 
To backup your Joomla site you will need an FTP client. Log in to the FTP account of your site and download all the files and folders that exist in the main directory. Be sure that the file and directory structure remains the same as in the live site.
 
To backup your Joomla site you will need an FTP client. Log in to the FTP account of your site and download all the files and folders that exist in the main directory. Be sure that the file and directory structure remains the same as in the live site.
 +
Alternatively you may use the backup functionality provided by many webhosters through their site management interfaces.
  
 
You will also need to create a copy of your database. The mechanism varies depending on the host of your site. Most hosting providers provide phpMyAdmin to help you manage your databases (provided of course that you use MySQL as your database).
 
You will also need to create a copy of your database. The mechanism varies depending on the host of your site. Most hosting providers provide phpMyAdmin to help you manage your databases (provided of course that you use MySQL as your database).

Revision as of 10:10, 21 January 2008

To backup your Joomla site you will need an FTP client. Log in to the FTP account of your site and download all the files and folders that exist in the main directory. Be sure that the file and directory structure remains the same as in the live site. Alternatively you may use the backup functionality provided by many webhosters through their site management interfaces.

You will also need to create a copy of your database. The mechanism varies depending on the host of your site. Most hosting providers provide phpMyAdmin to help you manage your databases (provided of course that you use MySQL as your database).


Instructions on how to backup a database: http://www.phpmyadmin.net/documentation/#faq6_4