Reputation: 41
I am using gcloud compute scp to copy a folder to the remote, this got terminated (reason unknown) after coping ~60% of the files. Now, is there anyway to copy the remaining files without overwriting the existing files in the remote. I would prefer skipping the current file if it's present in the remote.
I tried to use gsutil with rsync: this failed, as my destination is just a folder rather than a bucket.
Upvotes: 3
Views: 167