Just found this project:

http://drupal.org/project/drush_sql_extras

Haven't looked at the code yet, but that seems like something we should consider adding to core either way.

Comments

moshe weitzman’s picture

i considered the encrypt stuff a while back but it looked more complex than i wanted to tackle. I did add --gzip option, which they offer as well.

perusio’s picture

The complexity comes from the fact that I'm relying on an external program, in this case openssl, for the encryption. As for the gzip I moved it to bzip2 and I always try first to use pbzip2 to take advantage of multicore/multi-processor machines. May I suggest you do the same and try pigz having gzip as a fallback?

greg.1.anderson’s picture

Version: » 8.x-6.x-dev
Status: Active » Closed (won't fix)
Issue tags: +Needs migration

This issue was marked closed (won't fix) because Drush has moved to Github.

If this feature is still desired, you may copy it to our Github project. For best results, create a Pull Request that has been updated for the master branch. Post a link here to the PR, and please also change the status of this issue to closed (duplicate).

Please ask support questions on Drupal Answers.