Skip to content

Instantly share code, notes, and snippets.

@jineshpaloor
Created September 24, 2015 03:53
Show Gist options
  • Save jineshpaloor/acbf783874e2f3d810d0 to your computer and use it in GitHub Desktop.
Save jineshpaloor/acbf783874e2f3d810d0 to your computer and use it in GitHub Desktop.
gcloud commands
# login in to gcloud instance
gcloud compute --project "lda-cis" ssh --zone "us-central1-f" "instance-1"
gcloud compute --project "lda-cis" ssh --zone "us-central1-f" "instance-2"
# scp in gcloud
gcloud compute --project "lda-cis" copy-files --zone "us-central1-f" "instance-1":/home/rajareddykarri/enwiki-20150805-pages-articles.xml.bz2 .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment