Unoffical empeg BBS

Quick Links: Empeg FAQ | RioCar.Org | Hijack | BigDisk Builder | jEmplode | emphatic
Repairs: Repairs

Topic Options
#254783 - 22/04/2005 13:26 Syncing Windows filesystems
wfaulk
carpal tunnel

Registered: 25/12/2000
Posts: 16706
Loc: Raleigh, NC US
Does anyone know of an rsync-like utility that will work under Windows and copy NTFS ACL information?
_________________________
Bitt Faulk

Top
#254784 - 22/04/2005 13:42 Re: Syncing Windows filesystems [Re: wfaulk]
Phoenix42
veteran

Registered: 21/03/2002
Posts: 1424
Loc: MA but Irish born
Robocopy from the windows resource kit might do what your asking.

Code:
/COPY:copyflag[s] : What to COPY (default is /COPY:DAT).
(copyflags : D=Data, A=Attributes, T=Timestamps).
(S=Security=NTFS ACLs, O=Owner info, U=aUditing info).


Top
#254785 - 22/04/2005 13:44 Re: Syncing Windows filesystems [Re: Phoenix42]
wfaulk
carpal tunnel

Registered: 25/12/2000
Posts: 16706
Loc: Raleigh, NC US
Excellent! That should work very well, I think.
_________________________
Bitt Faulk

Top
#254786 - 22/04/2005 19:21 Re: Syncing Windows filesystems [Re: wfaulk]
Phoenix42
veteran

Registered: 21/03/2002
Posts: 1424
Loc: MA but Irish born
Anytime.

Top