robycopy across network

by 0-markymark-0 at 2013-02-08 04:31:26

Sorry, complete noob!

I am running Powershell scripts on my admin pc to backup folders to a network drive using robocopy and all is well.

I also have folders on another pc that I want to backup to the same backup drive. Is it as quick to run the script form the admin pc or should it be run from the pc that holds the source folders?

Thanks in advance,
by DonJ at 2013-02-08 06:39:33
It’s faster to run it either on the source or the destination, not on a third machine.
by 0-markymark-0 at 2013-02-08 10:20:09
ta