I am doing a data migration from three old servers to a new one and I have two issues:

 

  1. Since we are consolidating data onto the same directory in the new server when a job from server 1 runs, it removes the data that was already copy from server2. This is the syntax I am using:

robocopy.exe \\share.company.com\oldshare F:\newshare\subfolder /MIR /SEC /R:3 /LOG:F:\logs\share.log

            What I am doing wrong here?

  1. When trying to delete a folder from one of these shares, I now get the following message. If I look at the size of this share is 0K. I have tried taking ownership of it, deleting it from DOS, a UNIX tool and nothing. Is there anything out there that I can use?

 

 

 

Thanks,

Juan

Reply via email to