Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save thelebster/ed222ce4a10486087e9ba99aedffb328 to your computer and use it in GitHub Desktop.

Select an option

Save thelebster/ed222ce4a10486087e9ba99aedffb328 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