Created
April 6, 2020 12:48
-
-
Save felipe3dfx/15e161176dc1d8222d3ab4200e975003 to your computer and use it in GitHub Desktop.
Rsync backup from remote EC2 server
This file contains 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 -havzP -e "ssh -i /home/deploy/xxxxx.pem" [email protected]:/home/deploy/complete-path/ /home/deploy/complete-path/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment