Jump to content

Recommended Posts

Posted

I'm trying to copy a folder structure(no files) of a share off of an old server using xcopy and the /t /e switches, but it keeps saying insufficient memory. Possibly because its also copying subfolders which I'm not too fussed about.

 

 

Is there another method I can use to get around this, or a way of just excluding subfolders?

Posted

robocopy \\sourceserver\share \\destinationserver\share /mir /Z /PF /XF *

 

Was what I was after. Forgot 2k3 had a resource kit! Ta very much.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...