简体   繁体   中英

Copy data backups (AZ File storage) to GCP Storage

What is the best solution to transfer a huge amount of data (~few TB) from Azure File Storage to GCP Storage?. It's not an Azure Blob Storage, so I can`t use AzCopy and Data transfer option on the GCP side. Is there any other 'easy' way to transfer that kind of data?

AFAIK, unfortunately there is no service in Azure that allows to copy data from File Storage to GCP Storage. Even in Azure Data Factory, which is highly used to copy data, GCP Storage can only be used as source but not as a sink, ie, you can only copy data from GCP Storage to Azure storage. Please refer document for more details on ADF supported data stores .

So, the alternative is you can copy the data to Blob Storage and then copy to GCP Storage using Google cloud data transfer.

在此处输入图像描述

There's an docker image of an agent: https://hub.docker.com/repository/docker/securitasmachina2022/securitasmachinaoffsiteagent

Do note there's a 5TiB file size limit on google storage buckets

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM