Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.
June 9, 2002
can be used to copy the ACLs of existing files, without copying the files, but the documentation is NOT obvious on how to accomplish this. |
To copy the security information for files that exits at both the source and destination, and to NOT copy the files, use:
robocopy /secfix /xo /xn /xc
To mirror a folder on a folder:
robocopy /secfix /xo /xn /xc [Other parameters]
robocopy /secfix [Other parameters]
You May Also Like