Skip to content
Snippets Groups Projects
user avatar
Ronan Dowling authored
6796d15d
History

Backup and Migrate for Drupal 8

The Drupal 8 rebuild of Backup and Migrate (WIP)

Installation

This module uses composer to manage dependencies. To install from this repository:

Clone the repository into your Drupal site modules directory:

git clone git@github.com: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/