Displaying 1 result from an estimated 1 matches for "weblord".
Did you mean:
weblore
2006 May 09
1
Post-Win2k3 Upgrade rsync+ssh Permissions Problem
...led Cygwin rsync/ssh on them and have
been using it to keep Web images up to date by pushing them from a central
server thus:
/usr/local/bin/rsync -e ssh -vrtz --delete
--rsync-path=c:/cygwin/bin/rsync.exe /webnfs/webfiles/images/
winserver:d:/webfiles/images
This sync runs as the UNIX user "weblord", uid 3260.
This has been working fine. However, now we upgraded the OS to Windows
2003 Server. I installed the newest rsync (2.6.6) on the new system.
After the upgrade, new files getting synced over were unreadable by the Web
server.
Here's what the permissions look like:
-rwxr----...