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
Sent: 29 March 2006 11:19
To: [email protected]
Subject: Re: [ActiveDir] Can't remove Directories in Windows 2003
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:
- 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?
- 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
