From owner-freebsd-isp@FreeBSD.ORG Thu Apr 1 05:54:38 2004 Return-Path: Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB2C316A4CF for ; Thu, 1 Apr 2004 05:54:38 -0800 (PST) Received: from mail.day-light.net (day-light.net [64.37.72.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id A8AF843D53 for ; Thu, 1 Apr 2004 05:54:38 -0800 (PST) (envelope-from john@day-light.com) Received: from w1 (gabriel.day-light.net [69.27.46.22]) by mail.day-light.net (Postfix) with SMTP id C5850352B3 for ; Thu, 1 Apr 2004 07:54:37 -0600 (CST) From: "John Brooks" To: Date: Thu, 1 Apr 2004 07:54:37 -0600 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) In-Reply-To: <20040401064322.GA62696@telus.net> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Importance: Normal Subject: RE: tape backup from remote X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: john@day-light.com List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Apr 2004 13:54:39 -0000 use the "--numeric-ids" switch -- John Brooks john@day-light.com -----Original Message----- From: owner-freebsd-isp@freebsd.org [mailto:owner-freebsd-isp@freebsd.org]On Behalf Of Sean Ellis Sent: Thursday, April 01, 2004 12:43 AM To: Chris Shenton Cc: freebsd-isp@freebsd.org; Bob Martin; Christoph Sold Subject: Re: tape backup from remote ... I copied a directory tree last night using -avz as switches, no daemon running; the files lost their ownership in the copying. I've been searching and doing some experimenting. Running rsync as a daemon on the backup server with uid = root in the rsyncd.conf seems to preserve the ownership. Is there a better way of achieving this? Most of the users and groups on the source machine don't exist on the destination machine. -- Sean