rsync errors
Norberto Meijome
freebsd at meijome.net
Sun May 28 21:39:43 PDT 2006
On Sun, 28 May 2006 23:34:33 -0500
Charles Howse <chowse at charter.net> 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
More information about the freebsd-questions
mailing list