Search code examples
azureazure-filesazure-storage-account

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. How would I clone the existing Azure Storage Account that includes the File Shares with some folder structure.


Solution

  • Have you considered using azcopy?
    I think it is a great tool for copying files across Azure File Storage shares.
    You can copy an entire share as well.

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