Skip to content

Latest commit

 

History

History
29 lines (26 loc) · 980 Bytes

README.md

File metadata and controls

29 lines (26 loc) · 980 Bytes

drumove

Little helper to backup/restore drupal as full or without core system, export/import features from drupal.

Usage

Scripts are based on Drush 8.x, Features and tested on Drupal 8.x. Place script which you want to use to root path of Drupal installation.

src/drumove.sh

Full script, just run on terminal. You can;

  • Create full backup
  • Create backup without Drupal core
  • Restore backup
  • Backup all configs
  • Restore all configs
  • Feature export
  • Feature import

src/drumove-feature-export.sh

Minimalized to just export a feature, run; ./drumove-feature-export.sh <feature-name>

It will create feature-name.tar.gz file on same path as script.

src/drumove-feature-import.sh

Minimalized to just import a feature, run; ./drumove-feature-import.sh <feature-name>

It will extract feature-name.tar.gz to modules directory of Drupal.