-
-
Save jpoehnelt/2d3f43083b31308475e71d3d219fea55 to your computer and use it in GitHub Desktop.
rsync google cloud compute
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
gcloud compute config-ssh --project myproject | |
rsync -avz -e ssh . vm_name.zone.myproject:/home/user/folder |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment