Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

File Copy - Permissions?

Options
  • 09-07-2004 10:52am
    #1
    Registered Users Posts: 3,640 ✭✭✭


    Hi Guys,

    I want to Copy file shares (6GB approx) from a Win NT server to Win2k or Win2003 server.
    Is there any way to do this and keep Permissions intact?
    AFAIK if you copy from one Windows OS to another and they differ the permissions are lost.

    Any suggestions?
    Cheers.


Comments

  • Moderators, Recreation & Hobbies Moderators, Science, Health & Environment Moderators, Technology & Internet Moderators Posts: 91,807 Mod ✭✭✭✭Capt'n Midnight


    If both servers are not on the same domain it would be tricky since SID's will be different even if users are the same.

    from the XP/2K command promt you can use Xcopy with /o to copy permissions and ACL's

    Xcopy \\NT\d$\folders data\folders\*.* /s /r /h /c /o /x

    etc.

    see also calcs.exe and you can download xcalcs


    If the user names are the same but on different domains it's a real mess - try using calcs to export permissions to a text file and then use a batch file on the other end to parse it back inagain on copied files - like I said a mess..


  • Registered Users Posts: 1,967 ✭✭✭Dun


    Originally posted by Capt'n Midnight

    see also calcs.exe and you can download xcalcs

    Just a slight typo.. cacls.exe and xcacls.


  • Registered Users Posts: 77 ✭✭dieselfreak


    If this job is for a company then Quest migrator my be of use...

    http://wm.quest.com/products/migrator/

    Even if the two systems are in different domains, this product will create the users/groups on the target system. and copy the data..

    Can be scheduled, etc etc..

    Overkill for small one off job, But ive used in the past for customers.


  • Moderators, Recreation & Hobbies Moderators, Science, Health & Environment Moderators, Technology & Internet Moderators Posts: 91,807 Mod ✭✭✭✭Capt'n Midnight


    http://www.jsiinc.com/SUBQ/tip8200/rh8225.htm
    The Extended Change Access Control List tool (Xcacls.vbs) has been enhanced and replaces Xcacls.exe.


Advertisement