Re: rsync and chmoding permissions on Windows

2006-06-30 Thread Matt McCutchen
On 6/30/06, Stuart Halliday <[EMAIL PROTECTED]> wrote: However RsyncACL doesn't seem to do ACLs correctly. I copied a folder containing files to another on the same ntfs drive and some ACLs went missing on the dest. files! As far as I know, rsync only understands POSIX ACLs. If you tell it to

RE: rsync and chmoding permissions on Windows

2006-06-30 Thread Stuart Halliday
> The last version of cwRsync contains rsync binaries with acl support. > May be worth to try. Thanks for the tips. I do use cwRsync as it is very useful. So thanks for providing it. However RsyncACL doesn't seem to do ACLs correctly. I copied a folder containing files to another on the same nt

RE: rsync and chmoding permissions on Windows

2006-06-28 Thread Tevfik Karagülle
:[EMAIL PROTECTED] On > Behalf Of Stuart Halliday > Sent: Wednesday, June 28, 2006 3:13 PM > To: rsync@lists.samba.org > Subject: rsync and chmoding permissions on Windows > > I'm trying to use rsync to keep the permissions between two > Windows servers. > > A wi

rsync and chmoding permissions on Windows

2006-06-28 Thread Stuart Halliday
I'm trying to use rsync to keep the permissions between two Windows servers. A windows NT 4 server (with rsync daemon) and windows 2003 R2 I use Rsync in a batch file and I run it as Administrator by double clicking on it. Typically: set cygwin=notnsec rsync -rpDPo --chmod=Du+rwx,Fu+rwx,+X an