Skip to content

Instantly share code, notes, and snippets.

@xeiter
Created September 3, 2016 09:00
Show Gist options
  • Save xeiter/eaec4df582d7fe626385df3029fd400d to your computer and use it in GitHub Desktop.
Save xeiter/eaec4df582d7fe626385df3029fd400d to your computer and use it in GitHub Desktop.
Rsync .../uploads directories on local and development servers running WordPress
sudo rsync -avz -e "ssh -p 1234" ssh-user@domain:path-to-uploads/* .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment