From owner-freebsd-questions@FreeBSD.ORG Mon May 29 04:34:42 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 499D416A66D for ; Mon, 29 May 2006 04:34:42 +0000 (UTC) (envelope-from chowse@charter.net) Received: from mxsf26.cluster1.charter.net (mxsf26.cluster1.charter.net [209.225.28.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id C286B43D6A for ; Mon, 29 May 2006 04:34:37 +0000 (GMT) (envelope-from chowse@charter.net) Received: from mxip34a.cluster1.charter.net (mxip34a.cluster1.charter.net [209.225.28.249]) by mxsf26.cluster1.charter.net (8.12.11/8.12.11) with ESMTP id k4T4YYTX014949 for ; Mon, 29 May 2006 00:34:34 -0400 Received: from 24-176-104-160.dhcp.jcsn.tn.charter.com (HELO [192.168.254.3]) ([24.176.104.160]) by mxip34a.cluster1.charter.net with ESMTP; 29 May 2006 00:34:34 -0400 Mime-Version: 1.0 (Apple Message framework v750) Content-Transfer-Encoding: 7bit Message-Id: <4ACF77C1-571D-43EA-8FD2-B2A91732C5D8@charter.net> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: FreeBSD Questions From: Charles Howse Date: Sun, 28 May 2006 23:34:33 -0500 X-Mailer: Apple Mail (2.750) Subject: rsync errors X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 May 2006 04:34:45 -0000 Hi, I have rsync installed on 2 6.1-RELEASE boxes on my home lan. I want to sync the webserver (curly) to the backup server (moe). When I run rsync on moe, I get the following: $ 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) inflate returned -3 (0 bytes) rsync error: error in rsync protocol data stream (code 12) at token.c (421) [receiver=2.6.8] rsync: connection unexpectedly closed (46 bytes received so far) [generator] rsync error: error in rsync protocol data stream (code 12) at io.c (472) [generator=2.6.8] Where can I look to correct this? -- Bubba's Recipe Collection - http://bubbabbq.homeunix.net/recipes.html