Hi Spiceworks Clan,
Im just new here and I need help to copy the entire directory from my file server to my new NAS voume I have created.
I used robocopy with timestamp /dcopy:T before but when I tried now, its not working.
The source and destination will be the same server (Windows 2003)
the command I used is:
Robocopy "E:\Dept" "H:\Dept" /XF thumbs.db /MIR /dcopy:T
but returns to me an invalid paramter for /dcopy:T.
Can someone help me if there would be any alternative command for this?
I use the following:
robocopy \\<servername>\sharename e:\data\foldername /r:5 /MIR /Tee
robocopy \\<servername>\sharename e:\data\foldername /r:5 /E /DCOPY:T /XF * /Tee
It is two passes because I couldn't get the first to keep the folder data & time stamps (it didn't like the DCOPY parameter) and that is all the second pass does.
一位用户在尝试使用Robocopy从文件服务器复制整个目录到新的NAS卷时遇到问题,特别是当尝试保留时间戳时。已尝试使用/dcopy:T参数但未成功,寻求替代命令来完成任务。

240

被折叠的 条评论
为什么被折叠?



