You are here

function backup_migrate_backup_action in Backup and Migrate 6

File

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

Code

function backup_migrate_backup_action() {
  _backup_migrate_backup_with_defaults();
}