17 calls to backup_migrate_get_destination() in Backup and Migrate 7.3
- 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_destination_get_latest_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_destinations in includes/
profiles.inc - Get the destination of the profile.
- backup_migrate_schedule::get_destinations in includes/
schedules.inc - Get the destination object of the schedule.
- backup_migrate_schedule::get_destination_local in includes/
schedules.inc - Get the destination object of the schedule.
- backup_migrate_schedule::get_destination_remote 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_update_7309 in ./
backup_migrate.install - NodeSquirrel support has been removed.
- BmTestBase::deleteBackups in tests/
BmTestBase.test - Delete all of the files in a specific backup destination.
- BmTestBase::listBackupFiles in tests/
BmTestBase.test - Get a list of the files in a specific destination.
- _backup_migrate_destination_get_file_links in includes/
destinations.inc - Get the action links for a file on a given destination.