简体   繁体   English

如何使用azure Storage Sync组将本地文件服务器磁盘同步到azure IaaS VM文件夹

[英]How to use azure Storage Sync group to sync on-premises File Server Disks to azure IaaS VM folders

I am finding a solution of how to sync an on-premises server with two disks (Disk:C,Disk:D) to an Azure IaaS Server folder, if you know something about it, please let me know. 我正在寻找一种解决方案,该解决方案如何将具有两个磁盘(Disk:C,Disk:D)的本地服务器同步到Azure IaaS Server文件夹,如果您对此有所了解,请告诉我。

For ex: On-premises Server A with Disk D and E. Azure Storage Sync, Azure IaaS VM (Server B) Disk D have two Folders. 例如:带有磁盘D和E的本地服务器A。Azure存储同步,Azure IaaS VM(服务器B)磁盘D有两个文件夹。

Server A Disk D's "share folder d" ⇔ Azure Files ⇔ Azure IaaS VM D folder→Directory "shareD"; 服务器A磁盘D的“共享文件夹d”⇔Azure文件⇔Azure IaaS VM D文件夹→目录“ shareD”;

Server A Disk E's "share folder e" ⇔Azure files ⇔ Azure IaaS VM D folder →Directory "shareE". 服务器A磁盘E的“共享文件夹e”⇔天蓝色文件⇔Azure IaaS VM D文件夹→目录“ shareE”。

Is it possible to achieve the goal with one Storage Sync Group. 一个存储同步组是否可以实现该目标。

I except the output of an on-premises server's two disks can sync to one Azure AaaS VM's folder. 除了本地服务器的两个磁盘的输出之外,我可以同步到一个Azure AaaS VM的文件夹。

I am a PM in Azure Storage team. 我是Azure存储团队的项目经理。 Assuming that you are running Windows on these IaaS servers, You can consider leveraging Azure File Sync to sync the drives. 假设您正在这些IaaS服务器上运行Windows,则可以考虑利用Azure File Sync同步驱动器。 See additional details on AFS deployment here: https://docs.microsoft.com/en-us/azure/storage/files/storage-sync-files-deployment-guide?tabs=azure-portal . 在此处查看有关AFS部署的其他详细信息: https : //docs.microsoft.com/zh-cn/azure/storage/files/storage-sync-files-deployment-guide? tabs = azure- portal You will need to use separate sync groups. 您将需要使用单独的同步组。 Azure File Sync doesn't support server endpoints from the same server in the same sync group. Azure File Sync不支持来自同一同步组中同一服务器的服务器终结点。 The recommendation is to create two sync groups (two Azure file shares). 建议创建两个同步组(两个Azure文件共享)。 One sync group for the D: volume. D:卷的一个同步组。 Another sync group for the E: volume. E:卷的另一个同步组。

I will be happy to get on the call with you to better understand your scenario and provide recommendations. 我很乐意与您联系,以更好地了解您的情况并提供建议。

Aung Oo 昂乌

Microsoft Azure Storage Team Microsoft Azure存储团队

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

相关问题 Azure Sync不反映本地数据库中的更改 - Azure Sync not reflecting changes in on-premises database 当本地具有.local后缀时如何将本地域与Azure AD同步 - How to sync on-premises domain with Azure AD when on-premises has .local suffix 如何将位于本地 FTP 服务器的压缩文件夹迁移到 Azure 存储? - How can I migrate zipped folders located on-premises FTP server to Azure storage? Windows Azure Active Directory同步与本地AD(子域) - Windows Azure Active Directory Sync with on-premises AD (subdomains) 从本地文件服务器迁移到Azure - Migrating from On-Premises File Server to Azure 如何将本地服务器连接到azure服务器? - How to connect on-premises server to azure server? Azure文件共享-从本地服务器Windows服务器到Azure文件存储的映射 - Azure File Share — mapping from on-Premises server Windows server to Azure File Storage 将数据从本地SQL Server移到Azure SQL VM - Move Data from On-Premises SQL Server to Azure SQL VM 将本地 SQL Server 2008 迁移到 Azure vm - Migration On-premises SQL Server 2008 to Azure vm 本地 FTP 服务器文件夹迁移到 Azure 数据湖 - On-premises FTP server folders migration to Azure datalake
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM