Closed (fixed)
Project:
Drush
Component:
PM (dl, en, up ...)
Priority:
Major
Category:
Task
Assigned:
Reporter:
Created:
2 Dec 2010 at 12:26 UTC
Updated:
16 Dec 2010 at 12:40 UTC
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
Comment #1
jonhattanNow it uses:
for drupal core:
for modules and themes:
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...