robocopy help - urgent

Author
Discussion

N10k

Original Poster:

5,094 posts

235 months

Saturday 19th June 2010
quotequote all
troops im trying to copy some files from server1 to server 2

robocopy “\\server1\DATA$\Directors” "\\server2\Data\Directors\Directors" /E /COPY:DATOU /R:10 /W:30 /LOG:c:\Directors.txt

Im on server2, windows server 2008 and the log file says:
2010/06/19 10:13:38 ERROR 3 (0x00000003) Accessing Source Directory C:\"\server1\DATA$\Directors"\
The system cannot find the path specified.

Why is C:\ there at the front of the source directory?


Ta

N10k

Original Poster:

5,094 posts

235 months

Saturday 19th June 2010
quotequote all
Thanks people.
For some reason once i removed the " and re added them it worked?

took 12 hours to finish the batch job!