Hello
I am setting up a script for robocopy and wondered if there is a way to
tell robocopy to use a certain network adapter. I have dual adapters on both
servers and want to use one from each connected to a gigabit switch (not
connected to the network) for the file copy.
I was thinking that I could specify the ip address I am using on each one
like so.
robocopy "\\172.21.1.200\file" "\\172.21.1.201\file"
Would this be the proper way to specify the network adapters to use? The
other adapters will be on the company network, while these 2 will not.
Thanks
Steve