Jump to content

Recommended Posts

Posted

I'm trying to copy all our student user areas over to a new server. I have tried;

 

- Drag 'n' Drop -Just wont do it

- Xcopy - Runs out of memory due to directory paths longer than 256 chars

- XXCopy - Just stops about half way through

 

I'm Currently tring to zip groups of folders for copying. Does anyone have any better solutions

 

Many Thanks

 

.Adam

Posted

And if you use Quotas you may need to reset the Ownership of the files to the correct user.

 

When we moved ours it ended up that Administrator owned all the files so effectively kids got double space.

 

There's a program called chown.exe which will reset file owerships based on the folder they're in, so if the main folder is 'BillBailey' it will set all subfolders and files to have 'BillBailey' as the owner.

 

Incidentally the command we used for copying was:

xcopy D:\Users\2000 "F:\Leavers\2007" /e /c /h /o /i /y

Posted
one way if you want to keep all permissions which im sure you do, is use backup software and redirect to the new place
Posted

Incidentally the command we used for copying was:

xcopy D:\Users\2000 "F:\Leavers\2007" /e /c /h /o /i /y

 

I think I might start doing this - it's a pain sorting out a years worth of users when the whole school s in the same root folder.

Posted

My God I've inadvertantly helped tidy something, seems I just can't help myself.

 

The annoying thing about this method is when you don't get told people left. I still have the 1998 folder, which means we've either got people who've retaken 2/3 years or they have left.

This year all Sixth Form accounts are disabled until I hear otherwise, then I'll purge it all.

Posted
Thanks everyone robocopy is working no problems. Now I just have to deal with some of the office staff who have the ability to set their own permisions and they have done it on individual files.......... FFS

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...