Reputation: 432
I am moving a large number of files between GCP VM instances using gcloud compute scp
. If I were moving the files from a storage bucket, I would use gsutil -m cp
, with the -m
flag allowing me to parallelize over multiple cores, vastly speeding up the process. Is a similar option available when using gcloud compute scp
?
Upvotes: 1
Views: 482