Skip to content
Snippets Groups Projects
Select Git revision
  • 8.x-4.0-beta1
  • 5.0.x default
  • 5.1.x
  • 7.x-3.x
  • 8.x-4.x
  • 6.x-3.x
  • 8.x-3.x
  • 7.x-2.x
  • 6.x-2.x
  • 8.x-2.x
  • 5.x-1.x
  • 5.x-2.x
  • 6.x-1.x
  • master
  • 5.1.0
  • 5.0.3
  • 5.0.2
  • 7.x-3.10
  • 5.0.1
  • 8.x-4.2
  • 5.0.0
  • 5.0.0-rc2
  • 7.x-3.9
  • 7.x-3.8
  • 5.0.0-rc1
  • 7.x-3.7
  • 8.x-4.1
  • 7.x-3.6
  • 8.x-4.0
  • 8.x-4.0-rc1
  • 7.x-3.5
  • 7.x-3.4
  • 7.x-3.3
  • 8.x-4.0-beta3
34 results

backup_migrate

  • Open with
  • Download source code
  • Your workspaces

      A workspace is a virtual sandbox environment for your code in GitLab.

      No agents available to create workspaces. Please consult Workspaces documentation for troubleshooting.

  • alexandrascu's avatar
    - Issue #2912153 by Alex Andrascu: Roadmap
    Alexandru Andrascu authored and Alex Andrascu committed
    Remove Upload and Debug destination until we figure out what they were used for.
    beac6f58
    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/