简体   繁体   English

Azure 存储帐户 - 克隆文件共享?

[英]Azure Storage Account - Cloning File shares?

I have an Azure Storage Account and currently using File Shares with some folder structure, I need to create another Azure Storage Account with exact File Shares with some folder structure.我有一个 Azure 存储帐户并且当前使用具有某些文件夹结构的文件共享,我需要创建另一个 Azure 存储帐户,该帐户具有具有某些文件夹结构的确切文件共享。 How would I clone the existing Azure Storage Account that includes the File Shares with some folder structure.我将如何克隆现有的 Azure 存储帐户,其中包括具有某些文件夹结构的文件共享。

Have you considered using azcopy ?您是否考虑过使用azcopy
I think it is a great tool for copying files across Azure File Storage shares.我认为它是跨 Azure 文件存储共享复制文件的好工具。
You can copy an entire share as well.您也可以复制整个共享。

https://docs.microsoft.com/en-us/azure/storage/common/storage-use-azcopy-v10#file-copy https://docs.microsoft.com/en-us/azure/storage/common/storage-use-azcopy-v10#file-copy

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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