You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

Blesta supports Amazon S3, and Secure FTP (sFTP) backup options. One or both can be enabled, allowing offsite backups of Blesta's database at regular intervals. An On-Demand backup can also be performed, useful prior to upgrades or server transfers. To access Backup Settings visit [Settings] > [System] > [Backup].

mysqldump Required

Backups require the "mysqldump" system binary. If this utility is not available on the server, or not executable by the web server or cron user, backups will not be possible.

Automation

Backup tasks will not run unless enabled under [Settings] > [System] > [Automation]. The task there should run at least as frequently as the selected interval option for these backup methods.

Secure FTP

Secure FTP or sFTP has the following options:

  1. Hostname - The FQDN of the backup server.
  2. Port - The port number, usually 22.
  3. Username - The username.
  4. Password - The password.
  5. Path - The destination path to store backups, ie "/backup/"
  6. Interval - The frequency to perform backups.

Amazon S3

For users with an S3 account, Amazon S3 has the following options:

  1. Access Key - The Access Key provided by Amazon.
  2. Secret Key - The Secret Key provided by Amazon.
  3. Bucket - The name of the bucket as created in Amazon S3.
  4. Interval - The frequency to perform backups.

On Demand

There are two options available for an On Demand backup:

  1. Force Offsite Backup - This will force the offsite backup(s) to run immediately.
  2. Download Backup - This will immediately create a backup and prompt for download.
On Demand Buttons

  • No labels