How to Perform a Manual WordPress Backup Using Cpanel

Backing up your WordPress website is essential to protect your content and data. Performing a manual backup using cPanel is a reliable method that gives you control over your files and database. This guide will walk you through the steps to create a complete backup of your WordPress site.

Accessing cPanel

First, log in to your web hosting account and access the cPanel dashboard. Usually, you can do this by visiting yourdomain.com/cpanel or through your hosting provider’s portal. Once logged in, locate the sections labeled “Files” and “Databases,” which contain the tools you’ll need for the backup process.

Backing Up Your Files

To back up your website files, follow these steps:

  • Find and click on the File Manager icon within cPanel.
  • Navigate to your WordPress installation directory, usually located in public_html.
  • Select all files and folders related to your WordPress site.
  • Click on Compress to create a ZIP archive of your files.
  • Once the archive is created, download it to your local computer for safekeeping.

Backing Up Your Database

The database contains all your posts, pages, and settings. To back it up:

  • In cPanel, locate and open the phpMyAdmin tool.
  • Select your WordPress database from the list on the left.
  • Click on the Export tab at the top.
  • Choose the Quick export method and the SQL format.
  • Click Go to download the database file to your computer.

Storing Your Backup Safely

After downloading both your files and database, store them in a secure location such as an external hard drive or cloud storage service. Regular backups ensure you can restore your site quickly in case of issues or hacking attempts.

Restoring Your Backup

To restore your site, upload the backup files via cPanel’s File Manager and import your database through phpMyAdmin. Make sure to replace the existing files and database with your backup to revert your site to the previous state.

Performing regular manual backups is a vital part of website maintenance. By following these steps, you can ensure your WordPress site remains safe and recoverable at all times.