For When You Can't Have The Real Thing
[ start | index | login ]
start > Windows > Server > 2008 > robocopy > Mirroring with ACLs

Mirroring with ACLs

Created by dave. Last edited by dave, 10 years and 159 days ago. Viewed 2,277 times. #2
[diff] [history] [edit] [rdf]
labels
attachments
(2013-11-12)

Problem

When you run an incremental robocopy /mir, if ACLs have been changed on files which otherwise don't change, the changed ACLs are not reflected on the destination drive.

Solution

> ROBOCOPY /Mir <Source> <Target> 
> ROBOCOPY /E /Copy:S /IS /IT <Source> <Target>

The first Robocopy command above will copy data and security for files that have been updated, and the second Robocopy command will refresh file security for all files, without copying any file data.

no comments | post comment
This is a collection of techical information, much of it learned the hard way. Consider it a lab book or a /info directory. I doubt much of it will be of use to anyone else.

Useful:


snipsnap.org | Copyright 2000-2002 Matthias L. Jugel and Stephan J. Schmidt