Maybe I am asking the impossible. I have two file servers; the source and destination server. Another Admin copied (didn't use robocopy) a Folder with all it's subdirectories from source to destination.
Now I have been asked to robocopy all the permissions from the source folder to the destination folder without making any changes to the destination files (now live data)
I can do this using /mir /secfix /sec but it removed any new files on the destination folder. Not good because we don't know what files/dir have been changed.
I have tried several options and the log will show the file/folder with fix beside it but permissions don't copy over.
/secfix /copyall
Is this because the destination file wasn't move by robocopy?
Thanks!