Visit Open-E website
Results 1 to 3 of 3

Thread: Migration of Windows ACLs

  1. #1

    Default Migration of Windows ACLs

    Hi,

    we need to migrate our Windows file server data to DSS-NAS. Is there a good and secure way to migrate the file acls. I made some first try using robocopy, but this doesn't seem to work. Thanks for any hints!

    Der Nasenmann

  2. #2
    Join Date
    Jan 2008
    Posts
    33

    Default

    Try specific options like here:

    robocopy "e:\folder" "z:\folder" /COPYTASO /E
    xcopy "e:\folder" "z:\folder" /O /E

    But note that DSS have only POSIX ACLs so some parts will be lost

  3. #3

    Default

    Thanks for the answer! I will try it.

    Der Nasenmann

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •