积极答复者
文件服务器的数据迁移

问题
答案
-
您好!
Robocopy命令集的子命令中就带有可以将文件的权限一并复制的功能。 我们可以看到“/COPYALL :: COPY ALL file info (equivalent to /COPY:DATSOU). Copies the Data, Attributes, Timestamps, Ownser, Permissions and Auditing info”,这个子命令可以复制文件的属性,权限及审计信息。
参考链接:
https://www.computertechblog.com/file-server-migration-using-robocopy/
另外,咱们可以使用Windows Server Migration Tools (SmigDeploy.exe)来迁移复制文件及文件夹的NTFS和Share权限,具体可以参考这篇链接:
此外,咱们还可以使用windows 的 iCACLS 命令集来复制文件的权限,具体可以参考以下链接:
https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/icacls
https://theitbros.com/using-icacls-to-list-folder-permissions-and-manage-files/
请注意:由于该网站不是由微软托管,链接可能会改变,不另行通知。 Microsoft不保证此信息的准确性。
Best regards,
Michael
Please remember to mark the replies as an answers if they help.
If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com- 已编辑 Michael HxyMicrosoft contingent staff, Moderator 2019年8月2日 7:04
- 已建议为答案 Michael HxyMicrosoft contingent staff, Moderator 2019年8月6日 6:27
- 已标记为答案 青青草 2019年11月8日 7:08
全部回复
-
您好!
感谢您的提问.
我跟您确认您现在的需求是否是想要当前使用的2008R2文件服务器迁移到新的2016服务器?
如果是,咱们可以使用windows 功能Storage Migration Service 来迁移您的文件服务器,详细参考以下文档,
https://docs.microsoft.com/en-us/windows-server/storage/storage-migration-service/migrate-data
另外咱们还可以使用windows功能Robocopy来迁移文件服务器,您可以参照以下链接来实现,
https://www.computertechblog.com/file-server-migration-using-robocopy/
https://www.petenetlive.com/KB/Article/0001233
请注意:由于该网站不是由微软托管,链接可能会改变,不另行通知。 Microsoft不保证此信息的准确性。
另外,这里有一篇讨论将2008R2文件服务器迁移至新域的2016的论坛帖,供您作参考,
希望以上信息可以帮助到您。
Best regards,
Michael
Please remember to mark the replies as an answers if they help.
If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com -
您好!
感谢您的提问.
我跟您确认您现在的需求是否是想要当前使用的2008R2文件服务器迁移到新的2016服务器?
如果是,咱们可以使用windows 功能Storage Migration Service 来迁移您的文件服务器,详细参考以下文档,
https://docs.microsoft.com/en-us/windows-server/storage/storage-migration-service/migrate-data
另外咱们还可以使用windows功能Robocopy来迁移文件服务器,您可以参照以下链接来实现,
https://www.computertechblog.com/file-server-migration-using-robocopy/
https://www.petenetlive.com/KB/Article/0001233
请注意:由于该网站不是由微软托管,链接可能会改变,不另行通知。 Microsoft不保证此信息的准确性。
另外,这里有一篇讨论将2008R2文件服务器迁移至新域的2016的论坛帖,供您作参考,
希望以上信息可以帮助到您。
Best regards,
Michael
Please remember to mark the replies as an answers if they help.
If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com- 已建议为答案 Michael HxyMicrosoft contingent staff, Moderator 2019年8月6日 6:27
-
感谢帮助!
我在你提供的链接里发现,都不是我需要的文档资料。
我再在这里详细说明下环境需求:
1:文件服务器上的资料需求转移是在同一个域内的;
2:之所以要做迁移,是因为该服务器需要升级操作系统为2016,目前其使用的系统是winserver2008r2;
3:所以在升级2016前需要将其数据以及相应的权限全部迁移至某个地方,移动硬盘也好,其它服务器也好,只是做个备份,因为服务器要全新安装新系统为2016;
4:在装好2016后,再将备份的数据资料还原到这台已升级的服务器上,因为是文件服务器,不止是简单的拷贝数据,主要是相应的共享目录下的权限希望保留,不希望在升级后的服务器上在一一设置权限,这很繁琐而且容易出错!
所以,希望能有适合的方法,最好是相应胡微软工具最好了!
再次表示感谢!
-
您好!
Robocopy命令集的子命令中就带有可以将文件的权限一并复制的功能。 我们可以看到“/COPYALL :: COPY ALL file info (equivalent to /COPY:DATSOU). Copies the Data, Attributes, Timestamps, Ownser, Permissions and Auditing info”,这个子命令可以复制文件的属性,权限及审计信息。
参考链接:
https://www.computertechblog.com/file-server-migration-using-robocopy/
另外,咱们可以使用Windows Server Migration Tools (SmigDeploy.exe)来迁移复制文件及文件夹的NTFS和Share权限,具体可以参考这篇链接:
此外,咱们还可以使用windows 的 iCACLS 命令集来复制文件的权限,具体可以参考以下链接:
https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/icacls
https://theitbros.com/using-icacls-to-list-folder-permissions-and-manage-files/
请注意:由于该网站不是由微软托管,链接可能会改变,不另行通知。 Microsoft不保证此信息的准确性。
Best regards,
Michael
Please remember to mark the replies as an answers if they help.
If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com- 已编辑 Michael HxyMicrosoft contingent staff, Moderator 2019年8月2日 7:04
- 已建议为答案 Michael HxyMicrosoft contingent staff, Moderator 2019年8月6日 6:27
- 已标记为答案 青青草 2019年11月8日 7:08
-
请问您的问题解决了吗?
如果您使用我们的方案解决问题,请“将其标记为答案”,以帮助其他社区成员快速找到有用的回复。
如果您使用自己的方案解决问题,请在此处分享您的经验和解决方案。 对于有类似问题的其他社区成员也是非常有帮助的。
如果没有,请回复并告诉我们目前的情况,以提供进一步的帮助。
Best Regards,
Michael
Please remember to mark the replies as an answers if they help.
If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com -
好的,如果需要进一步的帮助,可以随时在论坛回复我。
如果觉得咱们的方案有帮助,欢迎将其标记为答案。
祝工作顺心~
Best regards,
Michael
Please remember to mark the replies as an answers if they help.
If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com