Robocopy 文件夹及子文件夹和文件没有权限,只有数据

Robocopy 文件夹及子文件夹和文件没有权限,只有数据

我目前正在使用 Robocopy 进行文件服务器迁移。

我使用以下命令将文件夹复制到新服务器,无需安全权限。

我只想复制文件夹和文件/子目录。

当尝试打开目标文件服务器上的文件夹时,它会显示“无法显示当前所有者”。

这是正常的吗?

新文件服务器:

在此处输入图片描述

ROBOCOPY "driveletter:\source\file directory\" "driveletter:\destination\file directory\" /xf "pagefile.sys" "thumbs.db" "*.tmp" /xd "DfsrPrivate" "recycler" "$RECYCLE.BIN" "System Volume Information" /MIR /ZB /MT:16 /R:1 /W:1 /NP /TEE /LOG:"C:\tmp\LogName.log"

相关内容