Skip to content

Instantly share code, notes, and snippets.

@jpoehnelt
Created March 20, 2017 15:21
Show Gist options
  • Save jpoehnelt/2d3f43083b31308475e71d3d219fea55 to your computer and use it in GitHub Desktop.
Save jpoehnelt/2d3f43083b31308475e71d3d219fea55 to your computer and use it in GitHub Desktop.
rsync google cloud compute
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