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

NameDescription
action_backup_migrate_backupAction to backup the drupal site. Requires actions.module.
backup_migrate_backup_failClean up when a backup operation fails.
backup_migrate_backup_succeedClean up when a backup operation suceeds.
backup_migrate_cleanupCleanup after a success or failure.
backup_migrate_cronImplementation of hook_cron().
backup_migrate_helpImplementation of hook_help().
backup_migrate_includeInclude views .inc files as necessary.
backup_migrate_menuImplementation of hook_menu().
backup_migrate_menu_callbackA menu callback helper. Handles file includes and interactivity setting.
backup_migrate_perform_backupPerform a backup with the given settings.
backup_migrate_perform_restoreRestore from a file in the given destination.
backup_migrate_permImplementation of hook_perm().
backup_migrate_restore_failClean up when a restore operation fails.
backup_migrate_restore_succeedClean up when a restore operation suceeds.
backup_migrate_shutdownShutdown callback. Called when the script terminates even if the script timed out.
backup_migrate_simpletestImplementation of hook_simpletest().
backup_migrate_themeImplementation of hook_theme().
backup_migrate_ui_export_formConvert an item to an 'exportable'.
backup_migrate_ui_manual_backup_advancedThe menu callback for advanced manual backups.
backup_migrate_ui_manual_backup_formThe backup/export form.
backup_migrate_ui_manual_backup_form_submitSubmit the form. Save the values as defaults if desired and output the backup file.
backup_migrate_ui_manual_backup_load_profile_formThe backup/export load profile form.
backup_migrate_ui_manual_backup_load_profile_form_submitSubmit the profile load form.
backup_migrate_ui_manual_backup_perform
backup_migrate_ui_manual_backup_quickThe menu callback for easy manual backups.
backup_migrate_ui_manual_quick_backup_formThe quick backup form.
backup_migrate_ui_manual_quick_backup_form_submitSubmit the quick backup form.
backup_migrate_ui_manual_quick_backup_form_validateValidate the quick backup form.
backup_migrate_ui_manual_restoreThe restore/import upload page.
backup_migrate_ui_manual_restore_formThe restore/import upload form.
backup_migrate_ui_manual_restore_form_submitThe restore submit. Do the restore.
theme_backup_migrate_ui_manual_quick_backup_formTheme the quick backup form.
_backup_migrate_backup_with_defaultsBackup the database with the default settings.
_backup_migrate_check_timeout
_backup_migrate_messageHelper function to set a drupal message and watchdog message depending on whether the module is being run interactively.
_backup_migrate_messagesHelper function to set a drupal message and watchdog message depending on whether the module is being run interactively.
_backup_migrate_message_browserSend a message to the browser. The normal type of message handling for interactive use.
_backup_migrate_message_callbackSet or retrieve a message handler.
_backup_migrate_message_logLog message if we are in a non-interactive mode such as a cron run.