Robocopy - Compare modified dates of files?
Posted
by Kenny Bones
on Stack Overflow
See other posts from Stack Overflow
or by Kenny Bones
Published on 2010-05-20T08:00:57Z
Indexed on
2010/05/20
10:20 UTC
Read the original article
Hit count: 502
Hi, I've been trying to create this script that basically mirrors two sets of folders and it's content (including subfolders), but only copy files that are newer than the ones that already exist. I tried doing this by writing a vbscript, but it turns out that I manualle need to scan each subfolder and then it's content. And then that subfolder's content as well and so on and so forth.
So I'm wondering if anyone knows if this can be done with Robocopy?
© Stack Overflow or respective owner