On Sun, 28 May 2006 23:34:33 -0500
Charles Howse <[EMAIL PROTECTED]> wrote:

> $ rsync -avz curly:/usr/local/etc/apache22/httpd.conf /usr/local/etc/ 
> apache22
> Password:
> receiving file list ... done
> rsync: mkstemp "/usr/local/etc/apache22/.httpd.conf.p9eLuI" failed:  
> Permission denied (13)

the user you are executing as on your local machine doesnt have rights to
create files (temp file) in /usr/local/etc/apache22. 

You can set the temp path to use as an option to rsync

man rsync


Beto
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to