Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 May 2006 14:39:37 +1000
From:      Norberto Meijome <freebsd@meijome.net>
To:        Charles Howse <chowse@charter.net>
Cc:        FreeBSD Questions <freebsd-questions@freebsd.org>
Subject:   Re: rsync errors
Message-ID:  <20060529143937.38177885@localhost>
In-Reply-To: <4ACF77C1-571D-43EA-8FD2-B2A91732C5D8@charter.net>
References:  <4ACF77C1-571D-43EA-8FD2-B2A91732C5D8@charter.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 28 May 2006 23:34:33 -0500
Charles Howse <chowse@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060529143937.38177885>