Created
May 10, 2017 14:20
-
-
Save romreed/1f07f37e938bcc2c3b40e08c984c476c to your computer and use it in GitHub Desktop.
gsutil fireabse
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
gsutil -m cp -R gs://*/ D:/ | |
gsutil -m cp -R D:\*\ gs://* | |
gsutil rsync D:\*m gs://* | |
gsutil -m cp -R D:\*\mms gs://* | |
chcp 65001 | |
gsutil -m rsync -r gs://*/ gs://* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment