hosting.feature.backup_queue.inc |
hosting_backup_queue/hosting.feature.backup_queue.inc |
|
The hosting feature definition for the backup queue. |
hosting.feature.backup_window.inc |
hosting_backup_window/hosting.feature.backup_window.inc |
|
The hosting feature definition for the backup window. |
hosting.feature.hosting_site_backup_manager.inc |
hosting.feature.hosting_site_backup_manager.inc |
|
The hosting feature definition for the backup manager. |
hosting_backup_queue.drush.inc |
hosting_backup_queue/hosting_backup_queue.drush.inc |
|
|
hosting_backup_queue.info |
hosting_backup_queue/hosting_backup_queue.info |
|
name = Backup queue
description = Allows hourly/daily/weekly scheduled backups of Aegir sites.
core = 6.x
package = Hosting
dependencies[] = hosting_site
dependencies[] = hosting_site_backup_manager |
hosting_backup_queue.install |
hosting_backup_queue/hosting_backup_queue.install |
|
|
hosting_backup_queue.module |
hosting_backup_queue/hosting_backup_queue.module |
|
|
hosting_backup_window.info |
hosting_backup_window/hosting_backup_window.info |
|
name = Backup window
description = Allows restricting the backup queue to only run at certain times
core = 6.x
package = Hosting
dependencies[] = hosting_site
dependencies[] = hosting_site_backup_manager
dependencies[] = hosting_backup_queue |
hosting_backup_window.module |
hosting_backup_window/hosting_backup_window.module |
|
|
hosting_site_backup_manager.admin.css |
hosting_site_backup_manager.admin.css |
|
/**
* These are styles for the admin settings page.
*
* We have to do it like this, apologies to themers.
*/
.hosting-backup-gc-inline {
float: left;
}
.hosting-backup-gc-narrow-first {
width: 12em;
}
.hosting-backup-gc-narrow-second {
… |
hosting_site_backup_manager.info |
hosting_site_backup_manager.info |
|
name = Hosting Site Backup Manager
description = Provides a user interface to manage site backups.
package = Hosting
dependencies[] = hosting_site
dependencies[] = hosting_task
core = 6.x |
hosting_site_backup_manager.install |
hosting_site_backup_manager.install |
|
|
hosting_site_backup_manager.module |
hosting_site_backup_manager.module |
|
Hosting site backup manager module. |
README.txt |
README.txt |
|
Hosting site Backup Manager
===========================
Requires Provision site Backup Manager extension: http://drupal.org/project/provision_site_backup_manager
This module adds more backup options to Aegir.
- "Backups" tab to the… |