I have a shared folder that has a dir sturcture like this
root_profiles
user1
user2
user3...
the root_profiles folder ha owned by a "nas_admin" group with my account in it.
Each user folder is owned by the user themselves.. so user1 folder is owned by user1
I want to copy the whole dir tree to a dr location and include all ACL permissions as well as folder ownership..
Now if I try to use rococppy to get this done with the /copyall flag.. I get an error saying I do not have the correct permissions
Error 1314 Copying NTFS security... "A required privilege is not held by the client" is the error..
How can I mirror the directory structure including the ownership to a dr site with my admin user?