scor / dgb

Drupal Git Backup (dgb) script for backing up Drupal sites with Git and Drush
46 stars 6 forks source link

drush 5 - dgb will require a drushrc.php in DRUPAL_ROOT #8

Closed neostar closed 12 years ago

neostar commented 12 years ago

In the README.txt it says "dgb will require a drushrc.php in DRUPAL_ROOT no matter what", but according to the Drush 5 documentation, Drush 5 doesn't look for a drushrc.php in DRUPAL_ROOT anymore. Could you please update the documentation accordingly? The alternative would be to put drushrc.php in sites/all/drush/drushrc.php

scor commented 12 years ago

You're right, I've updated the README.txt. note that drushrc.php is in fact not required for dgb to work now.