I'm using robocopy to back up a few workstations. I've got a batch file for each one, something like this:<BR><BR><code>rem NAME: bak_sys1.cmd<BR><BR>robocopy source1 target1<BR>robocopy source2 ...
I'm trying to figure out how to speed up my Robocopy file copies. My network is two Windows 10 PCs with Gigabit network cards, connected via a Gigabit switch. I've run the tests (A., B., C.) below.