Skip to content

Instantly share code, notes, and snippets.

@naranjja
Created October 11, 2018 00:53
Show Gist options
  • Save naranjja/740d84edb9cb1cf41c3b3efc91953efa to your computer and use it in GitHub Desktop.
Save naranjja/740d84edb9cb1cf41c3b3efc91953efa to your computer and use it in GitHub Desktop.
Use gsutil to copy all files in folder to Cloud Storage without overwriting
gsutil -m cp -n * gs://path/to/folder
# -m: parallel job for multiple files
# -n: do not overwrite
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment