You are here

13 calls to _backup_migrate_message() in Backup and Migrate 5.2

backup_migrate_destination_delete_destination in includes/destinations.inc
Delete a destination from the database.
backup_migrate_destination_save_destination in includes/destinations.inc
Save an existing destination, or create a new one with the given values.
backup_migrate_file_compress in includes/files.inc
Compress a file with the given settings. Also updates settings to reflect new file mime and file extension.
backup_migrate_file_decompress in includes/files.inc
Decompress a file with the given settings. Also updates settings to reflect new file mime and file extension.
backup_migrate_perform_backup in ./backup_migrate.module
Perform a backup with the given settings.
backup_migrate_perform_restore in ./backup_migrate.module
Restore from a file in the given destination.
backup_migrate_perform_restore_file in ./backup_migrate.module
Restore from a file in the given destination.
backup_migrate_profile_delete_profile in includes/profiles.inc
Delete a saved profile from the database.
backup_migrate_schedules_run in includes/schedules.inc
Run the preconfigured schedules. Called on cron.
backup_migrate_schedule_delete_schedule in includes/schedules.inc
Delete a saved schedule from the database.
backup_migrate_ui_destination_delete_file_confirm_submit in includes/destinations.inc
Delete confirmed, perform the delete.
backup_migrate_ui_manual_backup_form_submit in ./backup_migrate.module
Submit the form. Save the values as defaults if desired and output the backup file.
_backup_migrate_destination_file_check_dir in includes/destinations.file.inc
Prepare the destination directory for the backups.