You are here

8 calls to backup_migrate_cleanup() in Backup and Migrate 8.2

backup_file::transfer in includes/files.inc
Transfer file using http to client. Similar to the built in file_transfer, but it calls module_invoke_all('exit') so that temp files can be deleted.
backup_migrate_backup_fail in ./backup_migrate.module
Clean up when a backup operation fails.
backup_migrate_backup_succeed in ./backup_migrate.module
Clean up when a backup operation suceeds.
backup_migrate_perform_restore in ./backup_migrate.module
Restore from a file in the given destination.
backup_migrate_restore_fail in ./backup_migrate.module
Clean up when a restore operation fails.
backup_migrate_restore_succeed in ./backup_migrate.module
Clean up when a restore operation suceeds.
backup_migrate_schedules_run in includes/schedules.inc
Run the preconfigured schedules. Called on cron.
backup_migrate_shutdown in ./backup_migrate.module
Shutdown callback. Called when the script terminates even if the script timed out.