How to merge (not replace) NTFS permissions using Robocopy
September 24, 2008 1:27 PM Subscribe
I am currently attempting to migrate files from an NT 4.0 file server to a NetApp filer appliance. Our current copy process (using Robocopy) will replace the target permissions with the source permissions. We would prefer to merge source permissions with target permissions, leaving any differing target permissions intact.
Currently, Robocopy will replace the target permissions with the permissions present on the source, erasing any additions to the file ACLs on the target. We would prefer to merge the source permission ACEs onto the target file ACLs, preserving the additions made on the target files.
I can't seem to find if Robocopy supports this behavior, does anyone have any suggestions on how to accomplish this?
Currently, Robocopy will replace the target permissions with the permissions present on the source, erasing any additions to the file ACLs on the target. We would prefer to merge the source permission ACEs onto the target file ACLs, preserving the additions made on the target files.
I can't seem to find if Robocopy supports this behavior, does anyone have any suggestions on how to accomplish this?
Response by poster: The problem is that the target file is, in fact, not the newer file. The file data has been changed in the source and possibly the permissions have been altered as well.
However, the file permissions in the target environment have been changed as well and we would like to keep those changes while merging in any changes in the source file ACLs as well.
posted by MrHappyGoLucky at 10:25 AM on September 25, 2008
However, the file permissions in the target environment have been changed as well and we would like to keep those changes while merging in any changes in the source file ACLs as well.
posted by MrHappyGoLucky at 10:25 AM on September 25, 2008
This thread is closed to new comments.
posted by flabdablet at 8:02 PM on September 24, 2008