|
Thanks, I was able to resolve my issue by
mapping to the middle of the share, giving myself full rights and deleting
everything down. Did the same two more times until everything was gone. Appreciate your help! Juan From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On
Behalf Of Steve Rochford Not sure which version of Robocopy this
is, but version Version XP010 has support for very long paths; there's a switch
(/256) which allows you to restrict it to just 256 chars. Steve From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On
Behalf Of matheesha weerasinghe You may need to map deeper and delete subfolders. Either use subst
(locally on server) or net use * \\server\share\deep_path
and delete the subfolders. Then you will be able to delete the parent folders.
It looks like users have created a deep folder structure beneath the share. M@ On 28/03/06, Ibarra,
Juan <[EMAIL PROTECTED]>
wrote: I
am doing a data migration from three old servers to a new one and I have two
issues:
robocopy.exe \\share.company.com\oldshare
F:\newshare\subfolder /MIR /SEC /R:3 /LOG:F:\logs\share.log
What I am doing wrong here?
Thanks, Juan |
