On Wed, Jan 03, 2001 at 04:11:19PM +0800, [EMAIL PROTECTED] wrote: > my rsync server is 192.168.0.1 and rsyncd.con is like this ... > path = /test > comment = test folder > uid = test > ignore errors > read only = false > list = true > auth users = test > strict modes = false > secrets file = /etc/test.scrt > hosts allow = 192.168.0.2 ... > reverse name lookup failed > rsync to test from test@unknown (192.168.0.2) > cannot create .testfile.RyJ2Ow : Permission denied You don't show the permissions on /test but I suspect they are not writable by "nobody". You should say "uid = root"; the default is "nobody". I don't know if that "reverse name lookup failed" error is a problem or not. - Dave Dykstra