- Oct
- 358
- 2
Hello – Not sure how to debug this but I been using robocopy to mirror folders from my computer to local NAS storage. I guess for the most part these small NAS units run some version of Linux and samba for windows network access -
I started to notice that when I would just a clone from my windows 7 32bit os computer to the NAS, robocopy would always copy source files to the target.
I then tried using “copy” with the /w switch – would “do the right thing” and only copy the changed files and delete the files on the target not on the source.
I did the same robocopy job on a different windows7 computer (64bit OS) and it worked correctly on that system.
The copy of robocopy on the 32bit OS is version is 6.1.7601.23403 – the version that worked is 5.1.10.1027 on the other win7 computers – I think that the later version could be part of a win7 rollup fix
In the case of “copy” with the “/w” switch is the test for the file(s) to be copied if the timestamp of the source is later than the target or the filessize are different?
Any pointers on how to debug this or submit it to microsoft as a bug would be appreciated
I started to notice that when I would just a clone from my windows 7 32bit os computer to the NAS, robocopy would always copy source files to the target.
I then tried using “copy” with the /w switch – would “do the right thing” and only copy the changed files and delete the files on the target not on the source.
I did the same robocopy job on a different windows7 computer (64bit OS) and it worked correctly on that system.
The copy of robocopy on the 32bit OS is version is 6.1.7601.23403 – the version that worked is 5.1.10.1027 on the other win7 computers – I think that the later version could be part of a win7 rollup fix
In the case of “copy” with the “/w” switch is the test for the file(s) to be copied if the timestamp of the source is later than the target or the filessize are different?
Any pointers on how to debug this or submit it to microsoft as a bug would be appreciated