Putting a plan together for moving 70k files between servers for a document mgmt system. 1200 folders is what I believe exist today.
Doing the initial copy is a no brainer. XCopy or RoboCopy.
How do I identify any new files as well as newer version of same file? Documents are autocad based.
TIA
look at /D parameter of xcopy :
Copy files changed on or after the specified date.
If no date is given, copy only files whose
source date/time is newer than the destination time.