By Selwyn Polit, 25 August, 2021 Quick backup of Drupal database with Drush What a great utility Drush is. If you don't know, it is a command-line utility for use to do all sorts of amazing things to a Drupal system. You can easily make a quick database backup with the following command:drush sql-dump >dbdump.sql Drupal Database backup backup Technology