Skip to content
This repository has been archived by the owner on Nov 16, 2018. It is now read-only.

Latest commit

 

History

History

backup_migrate

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 [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/