Created
April 8, 2020 13:45
-
-
Save paulobunga/35e466d0299b272b8521af6589b37680 to your computer and use it in GitHub Desktop.
File transfer using rsync
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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