Skip to main content

You could use a command like:

gsutil rsync -x '\.git.*' dev_dir gs://your-bucket

See Google Storage - rsync - Synchronize content of two buckets/directories

You could use a command like:

gsutil rsync -x '\.git.*' dev_dir gs://your-bucket

You could use a command like:

gsutil rsync -x '\.git.*' dev_dir gs://your-bucket

See Google Storage - rsync - Synchronize content of two buckets/directories

Source Link
Mike Schwartz
  • 11.9k
  • 1
  • 35
  • 38

You could use a command like:

gsutil rsync -x '\.git.*' dev_dir gs://your-bucket