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
Printable View
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
Try specific options like here:
robocopy "e:\folder" "z:\folder" /COPY:DTASO /E
xcopy "e:\folder" "z:\folder" /O /E
But note that DSS have only POSIX ACLs so some parts will be lost :(
Thanks for the answer! I will try it.
Der Nasenmann