You are here

function _backup_migrate_default_exclude_tables in Backup and Migrate 5.2

Same name and namespace in other branches
  1. 8.2 includes/db.inc \_backup_migrate_default_exclude_tables()
  2. 5 backup_migrate.module \_backup_migrate_default_exclude_tables()
  3. 6 backup_migrate.module \_backup_migrate_default_exclude_tables()

Tables to ingore altogether. None by default.

2 calls to _backup_migrate_default_exclude_tables()
_backup_migrate_profile_default_profile in includes/profiles.inc
Get the default profile.
_backup_migrate_setup_databaase_defaults in ./backup_migrate.install

File

includes/db.inc, line 177
General database dump/restore code for Backup and Migrate.

Code

function _backup_migrate_default_exclude_tables() {
  return array();
}