It’s important to keep backups of your website files and databases.
Steps to Back Up Files:
-
Log in to your cPanel.
-
Go to File Manager under the Files section.
-
Navigate to the folder containing your website files (usually
public_html
). -
Select all files/folders, then click Compress.
-
Choose a compression type (ZIP is recommended), then click Compress Files.
-
Download the compressed file to your computer.
Steps to Back Up Database:
-
In cPanel, go to phpMyAdmin under Databases.
-
Select your website’s database from the list on the left.
-
Click the Export tab.
-
Use the Quick export method and SQL format.
-
Click Go and save the
.sql
file to your computer.