Skip to content

Instantly share code, notes, and snippets.

@philchristensen
Created March 24, 2017 16:13
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
RSync between two remote hosts
# r2sync stage-jira /var/lib/jira/ prod-jira /var/lib/jira
ssh -R localhost:50000:$1:22 $3 'rsync -e "ssh -p 50000" -vuar $2 localhost:$4'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment