Skip to content

kaanklky/drumove

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages