Skip to content

Instantly share code, notes, and snippets.

@marcotc
Last active February 3, 2016 17:25
Show Gist options
  • Save marcotc/1ab6403834f414fe1479 to your computer and use it in GitHub Desktop.
Save marcotc/1ab6403834f414fe1479 to your computer and use it in GitHub Desktop.
rsync over ssh
rsync -azP -e ssh /path/to/local/file remoteuser@remotehost:/remote/dir/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment