I have a few new files that are being copied out of thousands that seem to have worked correctly. When I check the new files DATE ACCESSED it shows to date they were created but they should have not been copied.
\nHas anyone ran into any trouble using MinLAD?<\/p>\n
robocopy \"E:\\Files\" \"T:\\Files\" .<\/em> /E /MOVE /MINLAD:399 /R:3 /W:3 /TEE<\/p>","upvoteCount":11,"answerCount":4,"datePublished":"2020-03-30T16:42:07.000Z","author":{"@type":"Person","name":"brandonmahaney","url":"https://community.spiceworks.com/u/brandonmahaney"},"suggestedAnswer":[{"@type":"Answer","text":"
I have a few new files that are being copied out of thousands that seem to have worked correctly. When I check the new files DATE ACCESSED it shows to date they were created but they should have not been copied. robocopy \"E:\\Files\" \"T:\\Files\" .<\/em> /E /MOVE /MINLAD:399 /R:3 /W:3 /TEE<\/p>","upvoteCount":11,"datePublished":"2020-03-30T16:42:07.000Z","url":"https://community.spiceworks.com/t/robocopy-minlad-n-copying-some-new-files/757144/1","author":{"@type":"Person","name":"brandonmahaney","url":"https://community.spiceworks.com/u/brandonmahaney"}},{"@type":"Answer","text":" Add the switch to copy the timestamps(/DCOPY:T) and see what you get.<\/p>\n please check the below links<\/p>\n
\nHas anyone ran into any trouble using MinLAD?<\/p>\nrobocopy \"E:\\Files\\\" \"T:\\Files\\\" *.* /E /MOVE /MINLAD:399 /R:3 /W:3 /TEE /DCOPY:T\n<\/code><\/pre>","upvoteCount":2,"datePublished":"2020-03-30T17:06:27.000Z","url":"https://community.spiceworks.com/t/robocopy-minlad-n-copying-some-new-files/757144/2","author":{"@type":"Person","name":"jrp78","url":"https://community.spiceworks.com/u/jrp78"}},{"@type":"Answer","text":"