At present all backups go to directory .drush-backups/$date/modules/$project_name

in despite the project type is a theme or drupal core.

Comments

jonhattan’s picture

Status: Active » Fixed

Now it uses:

for drupal core:

.drush-backups/$date/drupal

for modules and themes:

.drush-backups/$date/modules/devel
.drush-backups/$date/themes/basic

the commited code also fixes a little bug introduced in previous change to backup.inc

diff:
http://drupalcode.org/viewvc/drupal/contributions/modules/drush/commands...

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.