Thanks for the advice, could you please briefly describe the advantages of Robocopy & XXCopy over normal windows copyying for my situation?
I read some info about XXCopy and can see afew things like flattening directory structures that could be handy but not necessary, do they just allow more start and forget type copying compared to windows copying?
There is about 350 home directories i would need to reapply permissions to so it's going to be time consuming if i need to do it manually, other file permissions can be reinstated by the sysadmin team after the handover.
Main Topics
Browse All Topics





by: ZENandEmailguyPosted on 2009-03-23 at 22:10:37ID: 23964908
Since AD is already in place, I'd avoid the expensive throw-away utilities. If you can handle re-doing the directory/file access trustee assignments...known as share and NTFS file permissions in Windows, I'd use either RoboCopy, XXCOPY (not xcopy32) (see www.xxcopy.com) or BeyondCompare to get the data off of the NetWare server and onto the Windows 200x server.
Then where you have shared directories on NetWare with multiple people access them, create shares on Windows and assign Share Permissions and follow up with file access permissions (NTFS file permissions). For user home directories, if they are being moved over and assuming that there aren't that many, create individual shares and file permissions for each (others may chime in as to how to get that done easily and perhaps automatically).
Re: quotas and department shares, see above. You'll do than for each person or each directory structure or both, just like with NetWare and its file system.
Since you can't really buy Server '03 anymore, go with Server '08...it is quite a bit better than '03 from a variety of perspectives.
Hoep that helps.