Granular ISLE Customization
This post is part of a series describing Digital.Grinnell customizations to ISLE, in a “granular” format… one small customization at a time.
An index of all documents in this series is included at the end of Granular ISLE Customization: Series Guidelines.

Goal Statement

In this “granular” post we will install Backup and Migrate, a tremendous Drupal module that I use extensively for backup, restoration, migration and maintenance of Digital.Grinnell.

Install and Enable the Backup and Migrate Module using Drush

DG7 is installed and enabled in the same manner as most Drupal or Islandora contrib modules, like so:

Apache Container Commands*
cd /var/www/html/sites/all/modules/contrib
drush dl backup_migrate
drush -y en backup_migrate

And that’s a wrap. Until next time…