You are here

7 calls to _backup_migrate_check_timeout() in Backup and Migrate 8.3

backup_migrate_destination_db_mysql::_backup_db_to_file in includes/destinations.db.mysql.inc
Backup the databases to a file.
backup_migrate_destination_db_mysql::_restore_db_from_file in includes/destinations.db.mysql.inc
Backup the databases to a file.
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_shutdown in ./backup_migrate.module
Shutdown callback. Called when the script terminates even if the script timed out.
backup_migrate_source_db_mysql::_backup_db_to_file in includes/sources.db.mysql.inc
Backup the databases to a file.
backup_migrate_source_db_mysql::_restore_db_from_file in includes/sources.db.mysql.inc
Backup the databases to a file.