Skip to content

Instantly share code, notes, and snippets.

@kuo77122
Last active April 9, 2020 04:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kuo77122/fe4a8b9e1ff0f03191be07ec0c94c65d to your computer and use it in GitHub Desktop.
Save kuo77122/fe4a8b9e1ff0f03191be07ec0c94c65d to your computer and use it in GitHub Desktop.
[GCP Storage Tips] #gcp

Copy multiple file in parallel

$ gsutil -m cp -r dir gs://my-bucket

Get the total size of folder, in human-readable form

$ gsutil du -sh gs://my-bucket
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment