The following works greatly because the source (C:\foo) is a local folder.
shadowspawn C:\foo X: robocopy X:\ C:\path\to\backup /mir
However, when I specify the source as a network path, shadowspawn fails with the error "There was a COM failture 0x80042308 - ShadowSpawn.cpp (301)"
shadowspawn \\RemoteServer1\foo X: robocopy X:\ \\RemoteServer2\backup /mir
I tried to map \\RemoteServer1\foo as a network drive and assign it a drive letter Y, and run:
shadowspawn Y:\ X: robocopy X:\ \\RemoteServer2\backup /mir
It still failed.
Are there any workarounds for specifying source as a network path?
Thank you very much!