Using “robocopy” to Copy EFS Files
When required to move large amounts data from one location to another, we use robocopy. Why? It’s basically like rsync for Linux, it copies NTFS Security ACL’s and will do file compare on every file to ensure that the destination has the most current version of the file. So when moving over 50 + user … Read more