On Mon, 14 Mar 2005, Richard Reina <[EMAIL PROTECTED]> wrote: > > Thank you again for responding. I have changed the > permission on the directory and it's parent dir. of > the receiving machine to 766. I still get the same > result.
You can't leave off the execute bit on directory permissions. It enables file access for that directory. With just 'r' and no 'x', you can see the names of the files in the directory but you cannot access the files themselves. So change the receiving directory mode to 777 and try it again. If it still fails, then please include: - Current listing of rsyncd.conf (you're obviously no longer using /tmp if you've been futzing with its permissions...) - output of ls -la for the receiving directory -- John Van Essen Univ of Minn. Alumnus <[EMAIL PROTECTED]> Fridley, MN Home page: http://www.tc.umn.edu/~vanes002/ -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html