Robocopy "No destination directory found"

  • Thread starter Thread starter pstoric
  • Start date Start date
P

pstoric

Guest
I'm trying to use this robocopy script in that I've used many times before for file server migrations or just moving folders from one server to another but can't figure out why it's complaining about "No destination directory specified".

I'm running it from the server (as admin) that has the source hosted on it, and the destination folder is open in windows explorer and I have access to that as well. I've tried putting the source and destination in quotes even though there are no spaces and I've tried ending both path's with "\" but that doesn't work either. Any ideas? Using IP instead of hostname for the destination didn't work as well.

robocopy D:\HRShare\HR\Scanned_Data \\Diskstation\Scanned_Data /E /ZB /MIR /DCOPY:T /COPYALL /R:1 /W:1 /V /TEE /LOG+:C:\Robocopy.log

Below is the output but it looks as if it's including the destination in the source and also it's adding c:\windows for some reason


1438944.png

Continue reading...
 
Back
Top