I am trying to sync 500GB of data from one GCP bucket to another across project. Using below command I am able to initiate the sync and it is copying files. But it is taking way long(in 2 days copied 50GB). Is there a faster way around it. Note: I have nested folders in source bucket and file count is around 74 Million.
gsutil -m rsync -r gs://source_bucket gs://destination_bucket