backup_migrate.module
Version 1.1.2.25.2.1.2.31 (checked in on 2009/12/09 at 22:07:42 by ronan)
Create (manually or scheduled) and restore backups of your Drupal MySQL database with an option to exclude table data (e.g. cache_*)
Functions
| Name | Description |
|---|---|
| action_backup_migrate_backup | Action to backup the drupal site. Requires actions.module. |
| backup_migrate_backup_fail | Clean up when a backup operation fails. |
| backup_migrate_backup_succeed | Clean up when a backup operation suceeds. |
| backup_migrate_cleanup | Cleanup after a success or failure. |
| backup_migrate_cron | Implementation of hook_cron(). |
| backup_migrate_help | Implementation of hook_help(). |
| backup_migrate_include | Include views .inc files as necessary. |
| backup_migrate_menu | Implementation of hook_menu(). |
| backup_migrate_menu_callback | A menu callback helper. Handles file includes and interactivity setting. |
| backup_migrate_perform_backup | Perform a backup with the given settings. |
| backup_migrate_perform_restore | Restore from a file in the given destination. |
| backup_migrate_perm | Implementation of hook_perm(). |
| backup_migrate_restore_fail | Clean up when a restore operation fails. |
| backup_migrate_restore_succeed | Clean up when a restore operation suceeds. |
| backup_migrate_shutdown | Shutdown callback. Called when the script terminates even if the script timed out. |
| backup_migrate_simpletest | Implementation of hook_simpletest(). |
| backup_migrate_theme | Implementation of hook_theme(). |
| backup_migrate_ui_export_form | Convert an item to an 'exportable'. |
| backup_migrate_ui_manual_backup_advanced | The menu callback for advanced manual backups. |
| backup_migrate_ui_manual_backup_form | The backup/export form. |
| backup_migrate_ui_manual_backup_form_submit | Submit the form. Save the values as defaults if desired and output the backup file. |
| backup_migrate_ui_manual_backup_load_profile_form | The backup/export load profile form. |
| backup_migrate_ui_manual_backup_load_profile_form_submit | Submit the profile load form. |
| backup_migrate_ui_manual_backup_perform | |
| backup_migrate_ui_manual_backup_quick | The menu callback for easy manual backups. |
| backup_migrate_ui_manual_quick_backup_form | The quick backup form. |
| backup_migrate_ui_manual_quick_backup_form_submit | Submit the quick backup form. |
| backup_migrate_ui_manual_quick_backup_form_validate | Validate the quick backup form. |
| backup_migrate_ui_manual_restore | The restore/import upload page. |
| backup_migrate_ui_manual_restore_form | The restore/import upload form. |
| backup_migrate_ui_manual_restore_form_submit | The restore submit. Do the restore. |
| theme_backup_migrate_ui_manual_quick_backup_form | Theme the quick backup form. |
| _backup_migrate_backup_with_defaults | Backup the database with the default settings. |
| _backup_migrate_check_timeout | |
| _backup_migrate_message | Helper function to set a drupal message and watchdog message depending on whether the module is being run interactively. |
| _backup_migrate_messages | Helper function to set a drupal message and watchdog message depending on whether the module is being run interactively. |
| _backup_migrate_message_browser | Send a message to the browser. The normal type of message handling for interactive use. |
| _backup_migrate_message_callback | Set or retrieve a message handler. |
| _backup_migrate_message_log | Log message if we are in a non-interactive mode such as a cron run. |


