Xcopy:*到*NAS 驱动器工作正常,但不能*从*NAS 驱动器工作
我在 Windows 中使用 xcopy 在本地计算机上的一些文件夹和我们办公室的 NAS 驱动器之间复制更改的文件。当我从 NAS 到本地时,它工作正常(即,它只复制已更改或添加的文件)。
但是,当我从本地驱动器到 NAS 时,它总是复制覆盖所有文件。
谁能解释这里出了什么问题以及如何解决它?
顺便说一句,这是我从本地复制到 NAS(映射为驱动器 N)的调用:
<代码>xcopy “C:\cygwin\home\max\work\topics_access_dbs\主题\生产 文件系统" "N:\Paul's 共享\主题\生产文件系统” /一德
I'm using xcopy in Windows to copy just the changed files between some folders on my local machine and an NAS drive in our office. When I do it from the NAS to local, it works fine (i.e., it only copies over the files that have changed or been added).
But, when I do it from my local drive to the NAS, it always copies over all the files.
Can anyone explain what's going wrong here, and how to fix it?
By the way, here's my call for copying from my local to the NAS (mapped as drive N):
xcopy
"C:\cygwin\home\max\work\topics_access_dbs\Topics\Production
File System" "N:\Paul's
shared\Topics\Production File System"
/YIDE
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您的 NAS 支持存档位吗?我相信这就是 XCOPY 用来检测变化的方法。如果您的 NAS 重置存档位,则 XCopy 会认为所有文件都已更改。
Does your NAS support the archive bit? That's what XCOPY uses to detect changes, I believe. If your NAS resets the archive bit, then XCopy would think all files have changed.