Skip to content

Instantly share code, notes, and snippets.

@ericvanjohnson
Last active December 11, 2015 11:59
Show Gist options
  • Save ericvanjohnson/4597876 to your computer and use it in GitHub Desktop.
Save ericvanjohnson/4597876 to your computer and use it in GitHub Desktop.
Rsync over SSH (local to remote)
rsync -ave "ssh" /local/file/path/ USER@REMOTE_SERVER:/remote/file/path/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment