Closed (fixed)
Project:
Backup and Migrate
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Feb 2010 at 22:24 UTC
Updated:
16 Oct 2010 at 21:09 UTC
Jump to comment: Most recent file
Comments
Comment #1
mikey_p commentedThis at least covers the DRUPAL-6--2.
Needs tested.
Comment #2
kswan commentedI tested your patch, but got an error when listing the available command using simply "drush". I found an error in backup_migrate_drush_command(). There was an incorrect line
$items['bam-destinations'] = arraybam-restore;I fixed this line in the attached patch.
drush bam-destinations isn't returning any destinations, but I don't know if that is related to this issue.
Comment #3
kswan commentedI found that the empty bam-destinations issue is referenced in #715472: "drush bam destinations" is an empty list.
I also changed the title to more accurately describe the problem.
Comment #4
logickal commentedTested, seems to work great on my end. I rely pretty heavily on Drush so this fix was good news. I suppose the other workaround would be the setting to allow Drush to continue using spaces in command names....
Comment #5
dooug commentedTested and confirmed to work here. Thanks!
Comment #6
ronan commentedAwesome, thanks everybody.
Comment #8
finex commentedThanks for the fix. Does it exists a release plan for the next version which will include this patch?
Thanks.
Comment #9
jim0203 commentedThanks from me, too - and I'd also be interested in knowing when this patch will roll into a release of backup and migrate. Great module, btw!
Comment #10
traviscarden commented@jim0203, I share your interest in seeing this released.
Comment #11
cgmonroe commentedFWIW - This is in the current dev version... now the question is.. to use the dev version in production or not...
Comment #12
ronan commented6--2.3 is released now.
Thanks all.