I'm using RoboCopy to backup computers on my network. I've written a simple *.cmd file with the RoboCopy commands in it so that users just double-click the icon to back up. For my remote users, who ...
I have about 600GB of data to copy from one server to another. Normally, I'd use ROBOCOPY for this so I can skip copying files which are identical between both systems. In this case, however, I need ...