MTShop/code/web/modules/contrib/backup_migrate
Gdilove c391965547 update config 2023-11-17 01:10:57 +08:00
..
config update config 2023-11-17 01:10:57 +08:00
src update config 2023-11-17 01:10:57 +08:00
tests/src/Functional update config 2023-11-17 01:10:57 +08:00
.gitignore update config 2023-11-17 01:10:57 +08:00
CHANGELOG.txt update config 2023-11-17 01:10:57 +08:00
LICENSE.txt update config 2023-11-17 01:10:57 +08:00
README.md update config 2023-11-17 01:10:57 +08:00
backup_migrate.info.yml update config 2023-11-17 01:10:57 +08:00
backup_migrate.install update config 2023-11-17 01:10:57 +08:00
backup_migrate.links.action.yml update config 2023-11-17 01:10:57 +08:00
backup_migrate.links.menu.yml update config 2023-11-17 01:10:57 +08:00
backup_migrate.links.task.yml update config 2023-11-17 01:10:57 +08:00
backup_migrate.module update config 2023-11-17 01:10:57 +08:00
backup_migrate.permissions.yml update config 2023-11-17 01:10:57 +08:00
backup_migrate.post_update.php update config 2023-11-17 01:10:57 +08:00
backup_migrate.routing.yml update config 2023-11-17 01:10:57 +08:00
backup_migrate.services.yml update config 2023-11-17 01:10:57 +08:00
composer.json update config 2023-11-17 01:10:57 +08:00

README.md

Backup and Migrate for Drupal 8 and 9

This is a rewrite of Backup and Migrate for Drupal 8 and 9.

Installation

Install without composer

  • Download the zip or tgz archive of the latest release from the project page: https://www.drupal.org/project/backup_migrate
  • Extra the archive and rename it so that there is just a directory called backup_migrate.
  • Move the directory to the site's modules/contrib directory.

Install using composer

composer require drupal/backup_migrate

Optional: php-encryption

In order to encrypt backup files, please install the Defuse PHP-encryption library via Composer with the command:

composer require defuse/php-encryption

See the Defuse PHP Encryption Documentation Page for more information:

Note: if that page is inaccessible it may have been renamed, try this URL instead:

The following modules can extend the functionality of your backup solution:

  • Backup & Migrate: Flysystem https://www.drupal.org/project/backup_migrate_flysystem Provides a wrapper around the Flysystem abstraction system which allows use of a wide variety of backup destinations without additional changes to the B&M module itself. Please see that module's README.md file for details.