> ## Documentation Index
> Fetch the complete documentation index at: https://kb.verpex.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Backing up and restoring your data using Backuply

> This article demonstrates how to use Backuply to quickly and easily back up and restore files, email accounts, MySQL databases, and more.

This article demonstrates how to use Backuply to quickly and easily back up and restore files, email accounts, MySQL databases, and more.

You can create local backups on your hosting server, and also remote offsite backups to help protect your data.

<Note>
  Backuply is currently available on VPS and Dedicated servers.
</Note>

Backuply is integrated with cPanel, which makes it easy to access and use. Follow the procedures below to create and restore backups for your account.

## Configuring backups

The following procedures describe how to configure and schedule backups in Backuply.

### Adding a remote backup server

You can create a local backup without any additional server configuration. Most likely though, you will want to configure offsite backups for extra data protection and redundancy.

To configure a remote backup server, follow these steps:

1. Log in to cPanel.

   <Note>
     If you do not know how to log in to your cPanel account, please see [cPanel Hosting Overview](/cpanel/cpanel-hosting-overview).
   </Note>

2. On the **Tools** page, in the **Software** section, click **Backuply**:

   <Frame>
     ![](https://files.readme.io/6619bde41f5021313ffe0b0fc133b6b9b97784314cd3e452c88a117378be3722-image.png)
   </Frame>

3. The Backuply dashboard appears:

   <Frame>
     ![](https://files.readme.io/ab5fa0b8353d13b8a3c655606607131d24dbdca478772942a2da5efeb3f33661-image.png)
   </Frame>

4. In the left sidebar, in the **Backup** section, click **Add Backup Server**:

   <Frame>
     ![](https://files.readme.io/b4dbf2fc33ca507632efdd2eb0c72a13e6a69f3e419c752d4ff0b3b4cbe0a49e-image.png)
   </Frame>

5. The **Add Backup Server** page appears. In the **Type** list box, select the type of backup server you want to configure:
   * SSH
   * Amazon S3 and S3 compatible
   * FTP
   * Google Drive
   * Microsoft OneDrive

6. The configuration options vary based on the type of backup server you select. Complete the options for the backup server type you selected in step 5.

7. Click **Test Connection**. Backuply checks that the connection settings are valid. If you receive a **Test Connection Failed** message, check the information you provided in step 6, and then try again.

8. After you receive a **Test Connection Successful** message, click **Submit**. Backuply saves the server configuration.

9. To view, edit, or delete the server configuration, in the left sidebar, click **List Backup Servers**:

   <Frame>
     ![](https://files.readme.io/3fbdf2da2272ac7760464c0d08eb6f1aaffbf0d88f8c65e995ddab9aa7fa39b0-image.png)
   </Frame>

### Scheduling a backup

To schedule an automated backup, follow these steps:

1. Log in to cPanel.

   <Note>
     If you do not know how to log in to your cPanel account, please see [cPanel Hosting Overview](/cpanel/cpanel-hosting-overview).
   </Note>

2. On the **Tools** page, in the **Software** section, click **Backuply**:

   <Frame>
     ![](https://files.readme.io/6619bde41f5021313ffe0b0fc133b6b9b97784314cd3e452c88a117378be3722-image.png)
   </Frame>

3. The Backuply dashboard appears:

   <Frame>
     ![](https://files.readme.io/ab5fa0b8353d13b8a3c655606607131d24dbdca478772942a2da5efeb3f33661-image.png)
   </Frame>

4. In the left sidebar, in the **Backup** section, click **Add Backup Job**:

   <Frame>
     ![](https://files.readme.io/d8cf27ab495e9b1a0d98fdb8a162976426442304ecf39c317dd4fcd0abd2fb7d-image.png)
   </Frame>

5. The **Backup** page appears. In the **Select Backup Server** list box, click **Local** to create a local backup. Alternatively, click the name of a backup server you configured in the previous procedure.

6. In the **Type** list box, select what you want to include in the backup:
   * **Full Backup**: This backup includes all of the next three items.
   * **Home Backup**: This backup includes all of the files in your home directory.
   * **Database Backup**: This backup includes all of your MySQL databases.
   * **Mail Backup**: This backup includes the files for all of your email accounts.

7. In the **Max Retries** text box, type how many times you want to retry creating a backup file in the event of a failure.

8. On the **Backup Scheme** tab, select the schedule you want for backup creation. You can select a daily, weekly, or monthly schedule.

   <Tip>
     Alternatively, to set up a custom cron job, click the **Backup Cron** tab and select the schedule you want to use.
   </Tip>

9. Click **Schedule**. Backuply saves the backup job.

10. To view, edit, or delete the backup job, in the left sidebar, click **List Backup Jobs**:

    <Frame>
      ![](https://files.readme.io/af0c68733775e0e98df35c09d31e018cdd5e954952d09413a63939201f1d5a49-image.png)
    </Frame>

### Creating an instant backup

You can create a backup immediately without scheduling it. To do this, follow these steps:

1. Log in to cPanel.

   <Note>
     If you do not know how to log in to your cPanel account, please see [cPanel Hosting Overview](/cpanel/cpanel-hosting-overview).
   </Note>

2. On the **Tools** page, in the **Software** section, click **Backuply**:

   <Frame>
     ![](https://files.readme.io/6619bde41f5021313ffe0b0fc133b6b9b97784314cd3e452c88a117378be3722-image.png)
   </Frame>

3. The Backuply dashboard appears:

   <Frame>
     ![](https://files.readme.io/ab5fa0b8353d13b8a3c655606607131d24dbdca478772942a2da5efeb3f33661-image.png)
   </Frame>

4. In the left sidebar, in the **Restore & Download** section, click the item you want to back up. You can create immediate backups of the following items:

   * Full backups.
   * Home directory files.
   * MySQL databases and users.
   * Email accounts.

     <Frame>
       ![](https://files.readme.io/d11b003fbe6cab8cae23af6828c6250b588e21a90c9e91ea0b568a0f5bbb5559-image.png)
     </Frame>

5. Click **Backup Now**:

   <Frame>
     ![](https://files.readme.io/c5131649b004e73aaaa5abf52a51fe6aa011affd9ca3b05f5f359a471cede05b-image.png)
   </Frame>

## Restoring backups

To restore a backup using Backuply, follow these steps:

1. Log in to cPanel.

   <Note>
     If you do not know how to log in to your cPanel account, please see [cPanel Hosting Overview](/cpanel/cpanel-hosting-overview).
   </Note>

2. On the **Tools** page, in the **Software** section, click **Backuply**:

   <Frame>
     ![](https://files.readme.io/6619bde41f5021313ffe0b0fc133b6b9b97784314cd3e452c88a117378be3722-image.png)
   </Frame>

3. The Backuply dashboard appears:

   <Frame>
     ![](https://files.readme.io/ab5fa0b8353d13b8a3c655606607131d24dbdca478772942a2da5efeb3f33661-image.png)
   </Frame>

4. In the left sidebar, in the **Restore & Download** section, click the item you want to restore. You can restore the following items:

   * Full backups.
   * Home directory files.
   * MySQL databases and users.
   * Email accounts.
   * Domains.
   * Cron jobs.
   * FTP accounts.

   <Frame>
     ![](https://files.readme.io/62709fcc8e4de9903e08f9854a2842eb28e825ac42e9d081d38352021314809f-image.png)
   </Frame>

5. In the list of backups for the item you selected, locate the backup you want to restore, and then click the yellow arrow icon:

   <Frame>
     ![](https://files.readme.io/45f9c62bfe114fc2b7ec4a3653d7175be79389cfe427b097dfd3745df15dfd50-image.png)
   </Frame>

   <Tip>
     To delete a backup from the list entirely, click the red trash can icon:

     <Frame>
       ![](https://files.readme.io/e3705a32e4056f15baa3a7907556297d5fb3c2ab62776bc05fac7ee5be035125-image.png)
     </Frame>
   </Tip>

6. To confirm the restore, click **Yes**.

## Viewing backup logs

You can view log information about your backups. To do this, follow these steps:

1. Log in to cPanel.

   <Note>
     If you do not know how to log in to your cPanel account, please see [cPanel Hosting Overview](/cpanel/cpanel-hosting-overview).
   </Note>

2. On the **Tools** page, in the **Software** section, click **Backuply**:

   <Frame>
     ![](https://files.readme.io/6619bde41f5021313ffe0b0fc133b6b9b97784314cd3e452c88a117378be3722-image.png)
   </Frame>

3. The Backuply dashboard appears:

   <Frame>
     ![](https://files.readme.io/ab5fa0b8353d13b8a3c655606607131d24dbdca478772942a2da5efeb3f33661-image.png)
   </Frame>

4. In the left sidebar, in the **Backup** section, click **Logs**:

   <Frame>
     ![](https://files.readme.io/13caff5545e34c95e89a7065113089f292db7132bfcd085f04eeaf51b443313d-image.png)
   </Frame>

5. On the **Logs** page, information appears about backup jobs that have previously run:

   <Frame>
     ![](https://files.readme.io/ecdd9ebc46ee96be6809a506b9d3d90f21367dfa0fb328f248c4b50bdc54fc14-image.png)
   </Frame>

   * To refresh the log information, click **Refresh Logs**.

   * To clear the log information, click **Clear Logs**.

## More information

To view the official Backuply documentation from Softaculous, please visit [https://backuply.com/docs](https://backuply.com/docs).
