drush bam-restore
Restore the site's database with Backup and Migrate.
Drush Command
drush bam-restore
Arguments
source : Required. The id of the source (usually a database) to restore the backup to. Use 'drush bam-sources' to get a list of sources. Defaults to 'db'
destination : Required. The id of destination to send the backup file to. Use 'drush bam-destinations' to get a list of destinations. Defaults to 'manual'
backup id : Required. The id of a backup file restore. Use 'drush bam-backups' to get a list of available backup files.
Aliases
Options
--yes : Skip confirmation
Examples
None