Skip to content

Instantly share code, notes, and snippets.

@paulobunga
Created April 8, 2020 13:45
Show Gist options
  • Save paulobunga/35e466d0299b272b8521af6589b37680 to your computer and use it in GitHub Desktop.
Save paulobunga/35e466d0299b272b8521af6589b37680 to your computer and use it in GitHub Desktop.
File transfer using rsync
rsync -avzhe -e "ssh -i KEY_LOCATION_PEM" LOCAL_DIR SERVER_USER@SERVER_IP:SERVER_DIR
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment