It might be different with newer versions, but in an old DOS 6.0
manual it says:
...If you use /E, you must also use /S.
HTH
Geo
To fix, i mapped both remote share and local dir as deep as possible on
the local server.
example:
[remote server]
G: mapped to \\serverName\d$\shares\folder
[local server]
N: mapped to \\localServer\e$\shares\backup\folder
[backup script sample]
xcopy G:\subfolder1 N:\subfolder1 /G /O /T /L /I /N /U /X /?
actual options i use:
/C /D /E /I /R /Y /X
i do hope this helps!
~L
\_