Hello, I think there should be some kind of documentation or handbook for drush commands. There was some regarding restore http://drupal.org/node/681284 but I cannot see anything about backup. Please, anyone should write the different commands with their arguments and at least one example.

In my case I cannot find how to do a backup with a defined name. That's neede to set restorepoints efficiently. For example, do a backup called "beforeDevel.mysql.gz". I tried drush bb db manual "beforeDevel.mysql.gz" But that ask me for a profile. Does it mean I cannot backup the database with the name I want?

Also the ID of new profiles are random strings very difficult to remember and type, and you can't use the name of the profile in drush, just the ID. Is that normal?

Comments

mariagwyn’s picture

Try this: drush bam-backup.

To see options: drush help bam-backup (or bam-backups, bam-destinations): shows the various drush commands.

jiv_e’s picture

See https://drupal.org/node/2068685 (Add custom file name parameter to drush bam-backup)

couturier’s picture

Issue summary: View changes
Status: Active » Closed (won't fix)

It looks like this issue had a manual work-around. Please try upgrading to version 7.x-3.2 and see if it resolves your issue.