The Drupal 8 rebuild of Backup and Migrate (WIP)
This module uses composer to manage dependencies. To install from this repository:
Clone the repository into your Drupal site modules directory:
git clone [email protected]:backupmigrate/backup_migrate_drupal.git /path/to/site/modules/backup_migrate
Change to the module directory:
cd /path/to/site/modules/backup_migrate
Install using composer
composer install
Install the module as usual using Drush or the Drupal UI.
For more information on using composer see: https://getcomposer.org/