You are here

constant BACKUP_MIGRATE_VERSION in Backup and Migrate 6.3

Same name and namespace in other branches
  1. 8.2 backup_migrate.module \BACKUP_MIGRATE_VERSION
  2. 8.3 backup_migrate.module \BACKUP_MIGRATE_VERSION
  3. 7.3 backup_migrate.module \BACKUP_MIGRATE_VERSION
  4. 7.2 backup_migrate.module \BACKUP_MIGRATE_VERSION

@file Create (manually or scheduled) and restore backups of your Drupal MySQL database with an option to exclude table data (e.g. cache_*)

3 uses of BACKUP_MIGRATE_VERSION
backup_migrate_files_destination_archivesource::generate_manifest in includes/sources.archivesource.inc
Generate a manifest file.
backup_migrate_filter_utils::add_file_info in includes/filters.utils.inc
Add the backup metadata to the file.
backup_migrate_source_db_mysql::_get_sql_file_header in includes/sources.db.mysql.inc
The header for the top of the sql dump file. These commands set the connection character encoding to help prevent encoding conversion issues.

File

./backup_migrate.module, line 11
Create (manually or scheduled) and restore backups of your Drupal MySQL database with an option to exclude table data (e.g. cache_*)

Code

define('BACKUP_MIGRATE_VERSION', '6.x-3.x');