Skip to content

Instantly share code, notes, and snippets.

@szeidler
Last active October 22, 2016 05:46
Show Gist options
  • Save szeidler/3a27a692541f52c5496b to your computer and use it in GitHub Desktop.
Save szeidler/3a27a692541f52c5496b to your computer and use it in GitHub Desktop.
Drush sync from remote to local
drush rsync @project-remote:%files @project-local:%files
drush rsync @project-remote:%private @project-local:%private
drush sql-sync @project-remote @project-local
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment