What Is a Website Backup and How to Do It

Website backups are essential for every website owner. Whether to prevent data breaches, technical issues, or human errors, a dependable backup system keeps your online presence secure.

This article provides a step-by-step guide on how to back up your website using popular control panels like hPanel and cPanel, as well as a manual method for people who prefer a more hands-on approach.

Download Glossary For Web Beginners

A website backup is a saved copy of your site’s content, databases, and code. It’s a safety net for restoring your site if it’s compromised by data loss, hacking, or technical issues, ensuring minimal downtime and data protection.

How to Download and Restore Your Website Backup via hPanel

Let’s go through the steps to back up your website via Hostinger’s control panel, hPanel.

Download Your Website Backup

Hostinger automatically creates weekly or daily backups, depending on your hosting plan. The easiest way to download the backup databases and files is by following these steps:

Step 1 – Download website files

  1. Log in to the hPanel.
  2. On the left panel, locate Files → Backups.
  3. Click the Select button under Files backups.
  1. Choose the most recent date.
  2. Press Next stepDownload all files to begin the download process.

Step 2 – Download website database

  1. Press the Select button under Database backups.
  2. Choose which database backup data you want to download.
  3. Click Show databases.
  4. Select the most recent backup date.
  5. Press Download.

If you want to have the latest copy of your files and databases, click Generate new backupSelect. Keep in mind you can only generate one new backup in 24 hours.

Restore Your Website With a One-Click Feature

If you prefer not to download the website data and simply want to restore your site’s previous version, you can utilize our one-click restore feature.

To restore your files

  1. On your hPanel, navigate to FilesBackups.
  2. Press the Select button under Files backups.
  3. Choose the backup date from the drop-down menu, and click Next step.
  4. Select the file you want and press Restore files.

To restore your databases

  1. Go to FilesBackups.
  2. Select the Database backups.
  3. Choose the backup data you need, and click Show databases.
  4. Select the database you wish to restore, and click Restore.
  1. Wait until the process is complete.

If you encounter any problems or have questions, feel free to contact our support team.

Additionally, follow this guide to transfer your web hosting if you’re looking to transfer to hPanel.

How to Generate and Download a Full Website Backup via cPanel

cPanel offers several backup options for its users: automatic full backup, a partial backup, and a manual backup.

Option 1 – Automatic Full Account Backup

This type of backup solution lets you create a full account backup, including the website’s home directory, MySQL databases, emails, and DNS settings. It’s mainly used to transfer your account to another hosting provider.

Start by logging into your cPanel, then follow these steps:

  1. Head to FilesBackup.
  1. Under Full Backup, press Download a Full Account Backup.
  2. On the Backup Destination drop-down menu, select Home Directory.
  1. Click Generate Backup, and the backup will start automatically.
  2. Press Go Back to check whether or not your files are ready for download. If it’s still in progress, wait for a few minutes and refresh the page.
  3. Choose the latest link under Backups Available to download.

Option 2 – Automatic Home Directory Backup

This backup method is the simplest out of the available options since it only requires a single click. However, it only saves your files and emails.

Here’s a way to download a home directory backup:

  1. From your cPanel dashboard, navigate FilesBackups.
  2. Find the Partial Backups section and click on the Home Directory button.
  1. The download process will start automatically.

Option 3 – Manual Website Backup

This backup feature allows you to backup selected files only. However, the steps to backing up the site’s content without a specialized backup tool are a bit more complicated.

Before proceeding, you need to find the root folder where your site files are located. It’s usually in the public_html directory, but it is also possible for your website to be installed in a subdirectory like /w/.

Here’s what you need to do to start the backup process:

  1. Log into cPanel and head to FilesFile Manager.
  2. Locate the root folder of your site and right-click to Compress.
  1. Choose a Compression Type. We recommend either ZIP or TAR, then click Compress Files.
  1. Close the Compression Results window.
  2. Head over to the File Manager to locate the generated file.
  3. Select the file, in this case, public_html.zip. Head to the upper menu bar and click Download.

Once the last step is done, you will have backed up all the necessary files on your site.

Option 4 – Using the Backup Wizard

cPanel offers user-friendly backup software, which is especially beneficial for those new to website backups. If you’re hesitant about making errors while manually backing up your site, just follow the steps below:

  1. Login to your cPanel, and go to FilesBackup Wizard.
  2. Press the Back Up button.
  3. Choose the type of backup you want – Full Backup or Partial Backup.
  4. Pick Home Directory as the Backup Destination.

For Partial Backup, the download process will begin automatically.

For Full Backup, here are the additional steps you need to do:

  1. Feel free to type in your email address if you want to receive an email notification once the backup is complete.
  2. Click Generate Backup, wait for a couple of minutes, and press Go Back.
  3. Under the Backups Available for Download, click on the link to download the backup file.

How to Backup Your Website Manually

Most web hosts offer an automatic website backup solution. However, there are times when this backup service may not work, and you will need to do it yourself.

Keep in mind that you need to download both the website files and the database when backing up your site manually. Otherwise, the backup will not work, and your data may be lost.

Back up Your Website Manually via FTP

With FTP, you won’t need to log in to your hosting account every time you want to back up your entire website files and data. However, you will need an FTP client.

For this guide, we’ll be using the FileZilla FTP client.

Step 1 – Connect to the FTP server via an FTP client

  1. Open FileZilla.
  2. Gather all of your FTP details from your hosting account. For Hostinger users, follow our tutorial on how to configure FileZilla.
  3. Open FileZilla, click FileSite ManagerNew Site.
  4. Fill in your website’s FTP information, such as:
    • Host – your website’s domain name.
    • User – FTP account username.
    • Password – FTP account password.
  1. Set Logon Type to Normal.
  1. Press Connect once you are done.

Step 2 – Download the website files to your computer

  1. On FileZilla’s interface, find and click Documents or any other folder where you want to save your backups.
  2. Right-click on the lower-left quadrant, select Create directory and enter it. Name the new directory – Website Backup, for example.
  1. On the upper-right quadrant of the FileZilla interface, click on your domain and find the public_html folder.
  2. Drag and drop the public_html folder to the lower-left quadrant or the previously created Website Backup folder.
  3. Wait until the download is complete.

Back up Your Website Database via phpMyAdmin

Next, you need to download the website’s database from the phpMyAdmin control panel. We will be using hPanel for this guide.

  1. Log in to your hPanel.
  2. On the Dashboard page, click Databases. This will open the database management page and show all your MySQL databases and users.
  3. Click Enter phpMyAdmin on your recently created MySQL Database.
  1. Once inside phpMyAdmin, press Export.
  1. Select Quick for the Export method and SQL for the Format.
  2. Click Go to proceed.

After downloading the SQL file, ensure to save it in the folder where the backup files are located on your computer.

To restore your WordPress site, follow our step-by-step restore guide.

Conclusion

Regularly scheduling or manually conducting website backups is crucial to prevent problems in the future. Despite having top-notch website security measures, accidents can lead to substantial data loss.

If your site has been backed up, the reupload process will be simple. You won’t need to start from scratch or risk losing any vital data.

In summary, you have three options to back up your site:

  • Use hPanel to download an entire website backup and utilize the one-click restore feature.
  • Use cPanel along with the backup wizard to download a complete account, home directory, and selected file backups.
  • Use FTP and phpMyAdmin for manual backup and restore.

While all of these methods are effective, we highly recommend using the hPanel or cPanel for more comprehensive and automated backup solutions.

Website Backup FAQ

To ensure your website’s safety and continuity, it’s essential to understand the why, how, and when of website backups. Here are some frequently asked questions to guide you:

Why Is It Important to Back up My Website?

Backups prevent data loss from hacks, errors, or updates gone wrong, safeguarding your online presence and user trust. With a backup, you can avoid losing all of your website’s content and potentially having to start from scratch.

How Often Should You Backup Your Website?

The backup frequency depends on website updates and traffic. The most common backup schedule is daily for active sites and weekly for less dynamic ones. This ensures safety without excess.

How Long Does It Take To Restore a Website From a Backup?

Restoration time varies with backup size and method. For hPanel and cPanel, it typically takes a few minutes. Manual backups through FTP or phpMyAdmin can take longer.

What Steps Should Be Taken Before Performing a Website Backup?

Prioritize checking website health, ensuring sufficient storage, and verifying backup tools and paths for a smooth backup process.

Author
The author

Ratna Siti N.

Ratna is a web hosting expert. With her experience with all things tech and SEO, she is ever-ready to share. In her spare time, Ratna likes to read a good book or resume her cross-stitch project.

Author
The Co-author

Nurul Siregar

Nurul Siregar has over 3+ years of experience in the tech industry with a passion for writing about digital marketing. Nurul enjoys reading fiction novels and making digital illustration in her free time. Follow her on LinkedIn.