How to make a website backup: a full Plesk guide
Published on July 4, 2026 7 min read
Making a website backup in Plesk? Learn step by step how to create, schedule, download and restore a backup, plus database export via phpMyAdmin.
A website backup is a copy of all your files and your database that lets you restore your site when something goes wrong. Making a website backup yourself does not have to be complicated. This guide walks you through creating, downloading and restoring a backup step by step in the Plesk control panel you use at LJPc hosting. You will learn how to make a manual and a scheduled backup, export your database separately with phpMyAdmin and fetch your files over FTP.
Why a website backup is essential
A website can break in many ways. Think of a failed update to WordPress, a theme or a plugin, a hack or malware, a wrong click that deletes your files, or a server outage. Without a recent backup you can lose hours or days of work in an instant.
With a good backup you can roll your site back to the state just before the problem in a few minutes. A backup is therefore part of good website maintenance, alongside updates, security and speeding up your website.
On LJPc web hosting we also make a server backup every day. Even so, your own backup is always worth having: it sits apart from the server, you can restore it yourself, and you still have it if you delete something by accident.
What belongs in a complete backup?
A working website has two parts. You need both of them to be able to restore everything.
- Files: the code, your themes, plugins and all uploads. On most sites these live in the
httpdocsfolder. - Database: the content and settings, such as texts, pages, users and comments.
If you restore only your files without the matching database, or the other way around, your site often stops working properly. Always back them up as a pair, from the same moment in time.
How to make a website backup in Plesk, step by step
LJPc hosting uses the Plesk control panel. The screen names below are the English labels Plesk shows by default. If your Plesk is set to another language, look for the equivalent option in the same place.
Step 1. Create a manual backup
- Log in to Plesk and go to Websites & Domains.
- Open Backup Manager and click Back up.
- Choose what to include. The domain configuration is always part of the backup. For a complete website backup, leave Mail messages and Databases ticked.
- Under Store in, choose where the backup is saved: on the server (server storage) or on remote storage.
- Under Type, pick Full (a complete backup) or Incremental (only the changes since the previous backup).
- Click OK. Plesk now creates the backup. On a large site this can take a while.
Step 2. Schedule automatic backups
Manual backups are fine for one-off moments, but a scheduled backup is one you never forget.
- Go to Backup Manager and open the Schedule tab.
- Tick Activate this backup task.
- Under Run this backup task, set how often and at what time Plesk makes the backup, for example every night.
- To save space, tick Use incremental backup and decide how often a full backup is made.
- In Keep backup files for, enter how long Plesk keeps the backups. If you skip this, they pile up and your disk space fills.
- Click OK to save the schedule.
Step 3. Download a backup to your own computer
A backup that only sits on the same server is also lost if the server fails. Download it to your own computer or to external storage.
- Open Backup Manager and select the backup you want to keep.
- Click Download.
- Set a password if Plesk asks for one. This is recommended, because a backup holds sensitive data. Remember this password, because you need it to restore the backup later.
- Store the file somewhere safe. After downloading, you may remove the backup from the server to free up space.
Step 4. Restore a backup
- Go to Backup Manager and click the backup you want to restore.
- Choose whether you restore everything (All objects) or only certain parts (Selected objects), such as a single database or just the files.
- To keep the site offline during the restore, tick Suspend domains until the restoration is completed. Visitors then briefly see an error page (503).
- Click Restore.
Note: objects with the same name are overwritten without warning, and any changes made after the backup are lost. If in doubt, make a fresh backup of the current state before you restore.
Backing up only your database with phpMyAdmin
Sometimes you only want to safeguard your database, for example just before a big change in WordPress. Plesk offers two ways to do this.
The quickest is the built-in export. Go to Websites & Domains > Databases, choose your database and click Export Dump. Tick Automatically download dump after creation to save the dump straight to your computer. Plesk turns it into a dump file (an SQL file) that you can keep.
For more control, use phpMyAdmin:
- Open phpMyAdmin for your database from the Databases section.
- Click the Export tab at the top.
- Leave the export method on Quick for a complete backup, or choose Custom to select tables yourself.
- Set the format to SQL and click Export (or Go). The file downloads to your computer.
You restore a database backup later through the Import tab in phpMyAdmin, or in Plesk through Import Dump.
Downloading files over FTP
Besides a full Plesk backup, you can also fetch your website files on their own with FTP. Handy when you quickly want a copy of your files on your own computer.
- Find your login details in Plesk under Websites & Domains > FTP Access. Set a new password there if needed.
- Install a free FTP program, for example FileZilla.
- Connect with your host name (your domain or the server name), your username and your password. Use a secure connection (FTPS or SFTP) where you can.
- Your website files live in the
httpdocsfolder. Drag that folder to your computer to download everything.
If you use this to make a complete backup for, say, a move to another hosting provider, combine the files with a database export from the previous step.
Troubleshooting
Stuck while making or restoring a backup? These common problems usually have a simple fix.
| Problem | Solution |
|---|---|
| The backup takes a very long time or stalls | Tick Exclude log files, or use incremental backups, so there is less data to process. |
| Your disk space fills up | Set Keep backup files for in the schedule and remove old backups after you have downloaded them. |
| After restoring, your site is broken or empty | Always restore files and database together, from the same backup. Separate parts often do not match. |
| You cannot restore the backup | Enter the password you set when downloading. Without it, Plesk cannot unpack the file. |
With a manual or scheduled backup in Plesk, a separate database export and a copy on your own computer, your website is well covered. Cannot work it out? Contact support and we will take a look with you.
Frequently asked questions
Does LJPc hosting back up my website automatically?
Yes. LJPc hosting makes a daily server backup of the hosting. Even so, your own backup is still worth having: it sits apart from the server, you can restore it yourself, and you still have it if you delete something by accident. If you need an older version, contact support.
How often should I make my own backup?
Always make a backup right before a risky action, such as an update to WordPress, a theme or a plugin, or a move of your site. If you work on your website often, also schedule a daily or weekly automatic backup.
What is the difference between a file backup and a database backup?
Your files are the code, themes, plugins and uploads in the httpdocs folder. Your database holds the content and settings, such as texts, pages, users and comments. You only get a working site back if you back up and restore both together.
How do I restore a backup in Plesk?
Go to Websites & Domains, open Backup Manager, click the backup and choose what to restore. Objects with the same name are overwritten and changes made after the backup are lost. Tick Suspend domains until the restoration is completed if you want the site offline during the restore.
Where is the best place to keep my backups?
Follow the 3-2-1 rule: keep three copies, on two types of storage, with at least one in a different location. So download your Plesk backup to your own computer or a cloud as well, so you do not depend on the server alone.