? backup_migrate-800716.patch
Index: includes/backup_migrate.drush.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/backup_migrate/includes/backup_migrate.drush.inc,v
retrieving revision 1.1.2.4
diff -u -p -r1.1.2.4 backup_migrate.drush.inc
--- includes/backup_migrate.drush.inc	25 Mar 2010 04:21:58 -0000	1.1.2.4
+++ includes/backup_migrate.drush.inc	17 May 2010 04:46:38 -0000
@@ -14,6 +14,7 @@ function backup_migrate_drush_command() 
   $items['bam-backup'] = array(
     'callback' => 'backup_migrate_drush_backup',
     'description' => dt('Backup the site\'s database with Backup and Migrate.'),
+    'aliases' => array('bb'),
     'examples' => array(
       'drush bam-backup' => 'Backup the default databse to the manual backup directory using the default settings.', 
       'drush bam-backup db scheduled mysettings' => 'Backup the database to the scheduled directory using a settings profile called "mysettings"', 
