在Azure Blob之间移动文件而不下载。

huangapple go评论65阅读模式
英文:

Moving files among azure blob without downloading

问题

I have a blob container with about 5TB archive files. I need to move some of those files to another container. Is there a way to avoid downloading and uploading files? I do not need to access the data of those files. I do not want to incur any charges for reading archive files. Thank you.

英文:

Currently, I have a blob container with about 5TB archive files. I need to move some of those files to another container. Is that a way to avoid download and upload files related? I do not need to access the data of those file. I do not want to get any bill about reading archive files either.

Thanks.

答案1

得分: 2

我建议您可以使用Data Factory。它通常用于传输大数据。

使用ADF可实现的复制性能和可伸缩性
在Azure Blob之间移动文件而不下载。

您可以从以下教程中学习:
通过使用Azure Data Factory在Azure Blob存储中复制和转换数据

希望这有所帮助。

英文:

I suggest that you can use Data Factory. It usually used to transfer big data.

Copy performance and scalability achievable using ADF:
在Azure Blob之间移动文件而不下载。

You can learn from below tutorial:
Copy and transform data in Azure Blob storage by using Azure Data Factory

Hope this helps.

答案2

得分: 1

你可以使用 azcopy 来实现这一点。这是一个命令行工具,可用于启动服务器之间的传输:

AzCopy 使用服务器对服务器的 API,因此数据直接在存储服务器之间复制。这些复制操作不会使用您计算机的网络带宽。

英文:

You can use azcopy for that. It is a command line util that you can use to initiate server to server transfers:

> AzCopy uses server-to-server APIs, so data is copied directly between storage servers. These copy operations don't use the network bandwidth of your computer.

huangapple
  • 本文由 发表于 2020年1月6日 15:37:04
  • 转载请务必保留本文链接:https://go.coder-hub.com/59608289.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定