Little helper to backup/restore drupal as full or without core system, export/import features from drupal.
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.
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
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.
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.