Comments on Using drush for Drupal site Backup/Restore and Migration
'Drush', or the "Drupal Shell," is one of the Drupal administrator’s best friends. Its many command line tools allow a user to log into a web server and perform routine tasks such as applying updates, block users, or even "bootstrap" a brand new Drupal installation. The drush application provides a useful "archive" utility, as well as a corresponding "restore" command.
2 Comment(s)
Add comment
Comments
By: PimD1988
Using drush sql-cli < db-dump.sql also imports your db-dump into the database which is a more easy way instead of first going to the mysql-client.
By: Qadees
What of if I want to restore only the backed up the database without the Drupal installation files