Difference between revisions of "How to Backup your website"
| (20 intermediate revisions by one other user not shown) | |||
| Line 1: | Line 1: | ||
| − | Firstly ensure that you have all your logins supplied on your datasheet that was sent to you. | + | '''Step 1:'''Firstly ensure that you have all your logins supplied on your datasheet that was sent to you. |
To backup your database simply visit your browser and type in phpmyadmin.domain.com ('''please note to replace the domain.com with your actual domain name'''). | To backup your database simply visit your browser and type in phpmyadmin.domain.com ('''please note to replace the domain.com with your actual domain name'''). | ||
| + | |||
You should see a login page like this: | You should see a login page like this: | ||
| − | Enter the database username and password that is listed on your datasheet and press go. | + | '''Step 2:'''Enter the database username and password that is listed on your datasheet and press go. |
| − | |||
[[File:Capture1.PNG]] | [[File:Capture1.PNG]] | ||
| − | |||
Once you are logged in you should see a table filled with information. | Once you are logged in you should see a table filled with information. | ||
| Line 14: | Line 13: | ||
[[File:Database-check.PNG]] | [[File:Database-check.PNG]] | ||
| + | '''Step 3:'''Tick the box that says '''check all''' and right next to that you should see a drop down menu. | ||
| + | choose the option that says '''Export'''. | ||
| + | |||
| + | Once you have selected '''Export''', it will open up the next step which is to click on '''GO''' that will begin downloading your database to your local computer in the Downloads directory as shown below: | ||
| + | |||
| + | [[File:Export-database.PNG]] | ||
| + | |||
| + | You have finally completed the backup download of your database to your local machine. | ||
| + | |||
| + | '''Step 4:'''The next and final step is to backup your actual web content that is located in your root directory known as httpdocs. | ||
| + | |||
| + | Simply open up filezilla on your computer if you already have it installed and if not, you can simply download it from this link '''[https://filezilla-project.org/download.php FileZilla]''' | ||
| + | |||
| + | |||
| + | Open up filezilla and enter your details. | ||
| + | |||
| + | For example, <br> | ||
| + | '''host''': your domain.com <br> | ||
| + | '''Username''': your ftp username <br> | ||
| + | '''Password''' your ftp password <br> | ||
| + | '''Port''' you may leave it blank <br> | ||
| + | |||
| + | Click on quick connect after entering your details and look for the folder called httpdocs and double click it. | ||
| + | |||
| + | [[File:Filezilla1.PNG]] | ||
| + | |||
| + | You should see all your content listed. | ||
| + | On the left side of your screen, you should see your local directories on your computer as shown in the above image. Where it says Local site '''C:\Users\Dylan\''', that is where your site will be stored. | ||
| + | You may change that if you wish to do so. However, I chose to backup the site up in the Downloads directory within a folder called website1. <br> | ||
| − | + | The next step will detail how you can create the folder you wish to store your content in. | |
| − | |||
| + | '''Step 5:'''Firstly right click and create a directory that you want the site files to be copied too. | ||
| − | + | [[File:Create- directory.PNG]] | |
| − | [[File: | + | After the folder has been created, double click on the folder you just created and it should change the local site path to the folder you just created. |
| + | |||
| + | In my case it is - '''C:\Users\Dylan\Downloads\website1\''' | ||
| + | |||
| + | '''Step 6:''' '''Press ctrl + A''' so all your site content is highlighted, then right click and select '''download'''. | ||
| + | |||
| + | [[File:Downloading_content.PNG]] | ||
| + | |||
| + | This may take a while depending on the size of all your content. Below will show you the progress on the download | ||
| + | |||
| + | [[File:Content-downloading.PNG]] | ||
| + | |||
| + | Once completed, you will have successfully made your own backup of the site. | ||
Latest revision as of 14:12, 14 December 2021
Step 1:Firstly ensure that you have all your logins supplied on your datasheet that was sent to you.
To backup your database simply visit your browser and type in phpmyadmin.domain.com (please note to replace the domain.com with your actual domain name).
You should see a login page like this:
Step 2:Enter the database username and password that is listed on your datasheet and press go.
Once you are logged in you should see a table filled with information.
Step 3:Tick the box that says check all and right next to that you should see a drop down menu. choose the option that says Export.
Once you have selected Export, it will open up the next step which is to click on GO that will begin downloading your database to your local computer in the Downloads directory as shown below:
You have finally completed the backup download of your database to your local machine.
Step 4:The next and final step is to backup your actual web content that is located in your root directory known as httpdocs.
Simply open up filezilla on your computer if you already have it installed and if not, you can simply download it from this link FileZilla
Open up filezilla and enter your details.
For example,
host: your domain.com
Username: your ftp username
Password your ftp password
Port you may leave it blank
Click on quick connect after entering your details and look for the folder called httpdocs and double click it.
You should see all your content listed.
On the left side of your screen, you should see your local directories on your computer as shown in the above image. Where it says Local site C:\Users\Dylan\, that is where your site will be stored.
You may change that if you wish to do so. However, I chose to backup the site up in the Downloads directory within a folder called website1.
The next step will detail how you can create the folder you wish to store your content in.
Step 5:Firstly right click and create a directory that you want the site files to be copied too.
After the folder has been created, double click on the folder you just created and it should change the local site path to the folder you just created.
In my case it is - C:\Users\Dylan\Downloads\website1\
Step 6: Press ctrl + A so all your site content is highlighted, then right click and select download.
This may take a while depending on the size of all your content. Below will show you the progress on the download
Once completed, you will have successfully made your own backup of the site.