12 calls to backup_migrate_get_destination() in Backup and Migrate 7.2
- backup_migrate_destination_delete_file in includes/
destinations.inc - Delete a file in the given destination.
- backup_migrate_destination_file_exists in includes/
destinations.inc - Check if a file exists in the given destination.
- backup_migrate_destination_get_file in includes/
destinations.inc - Load a file from a destination and return the file info.
- backup_migrate_drush_backup in includes/
backup_migrate.drush.inc - Backup the default database.
- backup_migrate_drush_destination_files in includes/
backup_migrate.drush.inc - Get a list of files in a given destination
- backup_migrate_drush_restore in includes/
backup_migrate.drush.inc - Restore to the default database.
- backup_migrate_perform_restore in ./
backup_migrate.module - Restore from a file in the given destination.
- backup_migrate_profile::get_destination in includes/
profiles.inc - Get the destination of the profile.
- backup_migrate_profile::get_source in includes/
profiles.inc - Get the source of the profile.
- backup_migrate_schedule::get_destination in includes/
schedules.inc - Get the destination object of the schedule.
- backup_migrate_ui_destination_display_files in includes/
destinations.inc - List the backup files in the given destination.
- _backup_migrate_destination_get_file_links in includes/
destinations.inc - Get the action links for a file on a given destination.