Skip to content
On this page

Backups

To manage your backups, navigate to the Backups tab.

Manually creating a backup

Click the Create backup button.

A popup will be shown with the following message:

Task has been added to the queue. You will receive an email notification when your backup is ready for download.

Downloading a backup

  1. Hover over the backup you want to download.
  2. Click the Download icon on the right of the backup’s filename.

If the backup is stored on a remote server, the file is downloaded to the server and you will get notified by email when the download is available.

Restoring a backup

  1. Hover over the backup you want to restore.
  2. Click the backup’s filename or the Restore icon on the right of the backup’s filename.
  3. Restore the backup in one of the following ways:
    1. You can restore the whole backup by clicking the Restore backup button on the top right.
    2. Restore multiple parts of the backup, by selecting them, then selecting Restore in the Apply to selected menu in the top right and clicking on the Apply button.
    3. Restore one part of the backup by hovering over it and clicking the Restore icon on the right.

Deleting a backup

  1. Hover over the backup you want to delete.
  2. Click the delete icon on the right of the backup’s filename.

Excluding components from backups

  1. Click the Backup Exclusion button.
  2. Click the Edit backup exclusions button.

Excluding a web domain

In the box labeled Web Domains, enter each domain you want to exclude, one per line.

To exclude a specific folder from a domain use the following syntax:

bash
domain.tld:public_html/wp-content/uploads:public_html/cache

This will exclude both public_html/wp-content/uploads/ and public_html/cache/ from that domain.

To exclude all domains, use *.

Excluding a mail domain

In the box labeled Mail Domains, enter each domain you want to exclude, one per line.

To exclude only one or multiple mail account use the following syntax:

bash
domain.tld:info:support

This will exclude both [email protected] and [email protected].

To exclude all domains, use *.

Excluding a database

In the box labeled Databases, enter the name of each database you want to exclude, one per line.

To exclude all databases, use *.

Excluding a user directory

In the box labeled User Directories, enter the name of each directory you want to exclude, one per line.

To exclude all directories, use *.

Editing the number of backups

To edit the number of backups, please read the Packages and Users documentation. You will need to create or edit a package, and assign it to the desired user.

Released under the GPLv3 License.