Skip to content

Instantly share code, notes, and snippets.

@NL9
Created February 20, 2016 13:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NL9/11805ef1588f94536fe4 to your computer and use it in GitHub Desktop.
Save NL9/11805ef1588f94536fe4 to your computer and use it in GitHub Desktop.
drushrc.php for drush sql-dump
<?php
$options['structure-tables']['common'] = array(
'cache',
'cache_*',
'ctools_css_cache',
'ctools_object_cache',
'sessions',
'watchdog',
);
$options['structure-tables-key'] = 'common';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment