Displaying 1 result from an estimated 1 matches for "rpdpo".
Did you mean:
repo
2006 Jun 28
1
rsync and chmoding permissions on Windows
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
and the files are crossed over but the permissions are screwed up.
Now, I can't find out the exact syntax for the Rsync --chmod= command.
Documents for using it on Windows are not good.
Normal 'chmod' I know.
the D and F refer to the directory or file? But...