Hi All,
We are in the process of migrating 54 TB (upward of 100 million files) from a group of file servers (mix of 2K8R2 and 2K3R2) to a new storage solution using Robocopy pushing data from the source (destination has no native utilities to pull the data).
I have written some powershell which enumerated each parent directory and kicks off a robocopy process for each sub-directory to attempt to speed things along.
I am wondering if anyone who has done large data migrations like this previously has explorer adding an A/V process exception (We are using SEP) for the robocopy process and whether there are any measurable performance benefits in doing so.
We do need to go through formal approval before making changes, and I know there would be no recommendations in excluding the process, as this would form a security hole, but if we were to place the executable in a set location and only launch that version, then we could apply security through obscurity for the data migration phase.
Thanks in advance.