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 |
|
Drush hook implementations. |
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 = 7.x
package = Aegir Backup
dependencies[] = hosting_site
dependencies[] = hosting_site_backup_manager |
hosting_backup_queue.install |
hosting_backup_queue/hosting_backup_queue.install |
|
Install, update and uninstall functions for the hosting_backup_queue module. |
hosting_backup_queue.module |
hosting_backup_queue/hosting_backup_queue.module |
|
Code for the 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 = 7.x
package = Aegir Backup
dependencies[] = hosting_site
dependencies[] = hosting_site_backup_manager
dependencies[] = hosting_backup_queue |
hosting_backup_window.module |
hosting_backup_window/hosting_backup_window.module |
|
General module code. |
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.drush.inc |
drush/hosting_site_backup_manager.drush.inc |
|
Provision/Drush hooks for the provision-export_backup command. |
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 = Aegir Backup
dependencies[] = hosting_site
dependencies[] = hosting_task
core = 7.x |
hosting_site_backup_manager.install |
hosting_site_backup_manager.install |
|
Install, update and uninstall functions. |
hosting_site_backup_manager.module |
hosting_site_backup_manager.module |
|
Hosting site backup manager module. |
README.txt |
README.txt |
|
Hosting site Backup Manager
===========================
This module adds more backup options to Aegir.
- "Backups" tab to the "site" nodes in the Hostmaster environment.
The tab shows the backups and enables per backup actions… |
README.txt |
drush/README.txt |
|
Provision site Backup Manager
======================================
This is the provision code for Hosting site Backup Manager
https://drupal.org/project/hosting_site_backup_manager
INSTALLATION
------------
This code is for provision, so it needs… |