Aegir and remote backups rotation policy

Our hosted Aegir service comes with a few backup strategies available. There are backups we manage on our side, for all your files and databases. You can also manage your own backups, either scheduled on your remote computer, or created on demand and downloaded from your Aegir control panel directly.

AFor all hosted Aegir instances we maintain daily, remote backups. They include all your files and databases. All backups are versioned daily, so there is always a daily copy/version of all your files from the last 30 days. Your daily databases backups are additionally stored on the same server and rotated weekly, plus archived in your remote backup, so there are always two separate daily copies of all your databases from the last 7-30 days available. Additionally, the POWER Engine users can request an optional daily remote backup to their own Amazon S3 bucket, and then access this backup directly via our duobackboa tool. Please contact our support for details.

BYou can manage your own, scheduled backups by running from cron (on your local computer or another server) custom scripts connecting to your Aegir instance over SSH, with rsync used for files, like in this example, and mysqldump over SSH for any database you want to archive, as shown in examples below. You can also run Backup task in your Aegir control panel on any site node and then either download/rsync created archive from the ~/backups directory or run the Export task in Aegir and download the archive directly, in the browser.

To download only site level files, use command:
rsync -avzuL -e ssh [email protected]:/path/to/foo.com /local/path/

To download complete platform codebase with sites files, use command:
rsync -avzuL -e ssh [email protected]:/path/to/platform /local/path/

To download database use db credentials from site’s drushrc.php file and command:
ssh [email protected] mysqldump -u dbuser -pdbpass dbname > dbname.sql

To download database you can also use drush command with alias:
ssh [email protected] 'drush @foo.com sql-dump' > dbname.sql

CYour Aegir built-in ~/backups directory often includes not only the backup archives of all site’s files and databases created when you run the Backup task, normally used later to perform the Restore task easily. Often there are also many, many duplicate archives created on every Clone or Migrate (and Rename) task. Each compressed archive includes all files from the sites/foo.com directory, plus the site’s database dump (but not the platform level files). Also the Restore task creates hot backup before using the backup archive of your choice, so it all can fill your disk space very quickly with many never needed archives. This is why we purge the built-in Aegir ~/backups directory daily, leaving there archives which are 7 days old (max). As a result, some backups will no longer be available for the Restore task, if they were created more than 7 days ago. We recommend that you download any backups created via Backup task in the Aegir control panel if you prefer to keep them long-term in your own, local backups. Note that the same clean-up applies to any backups created with (not recommended due to regularly introduced bugs) Backup and Migrate module, if used.

»There is no direct access to remote backups, but we accept restore requests via our support form. Restore is a free service if used occasionally or paid at hourly rate $152 EUR if requested often and/or requires more than 15 minutes of work. Note that the backups we manage are intended mainly for disaster recovery needs (and hopefully will never be needed), so you shouldn’t rely on this backup when you have mistakenly edited or deleted on the server the only copy of some template/theme file. You will be charged $152 EUR per every such request. You should always maintain local backups for all files you expect to modify, implement proper version control with Git and never ever edit any file on the live site directly, especially when you don’t have any local copy.

!Note that since you can’t use your Aegir instance disk space as an archive space, any files, archives or backups found in your FTPS/SSH account home directory or in the ~/static or any other directory which is not a part of a valid Drupal multisite (Aegir platform) structure, will be deleted automatically once discovered, without any notice, and we will not accept any related backup recovery requests.

Create Account or request a free Test Drive
Already 900+ hosts powering thousands of Drupal sites are running on our high-performance Aegir BOA stack
© 2009-2023 Omega8.cc | ul. Zlota 59, 14th floor Skylight Building, 00-120 Warsaw, Poland | Twitter
Smokin’ Fast Drupal Hosting in Amsterdam · Chicago · Frankfurt · London
Madrid · New York · San Jose · Singapore · Sydney · Toronto · Warsaw