From owner-freebsd-hackers@FreeBSD.ORG Mon Oct 20 02:13:49 2003 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AC1A816A4B3 for ; Mon, 20 Oct 2003 02:13:49 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id B046943FBD for ; Mon, 20 Oct 2003 02:13:48 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.9p2/8.12.9) with ESMTP id h9K9DVE7008084; Mon, 20 Oct 2003 03:13:31 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Mon, 20 Oct 2003 03:11:24 -0600 (MDT) Message-Id: <20031020.031124.05471800.imp@bsdimp.com> To: helge.oldach@atosorigin.com From: "M. Warner Losh" In-Reply-To: <200310200705.JAA06855@galaxy.hbg.de.ao-srv.com> References: <20031018.192827.118920091.imp@bsdimp.com> <200310200705.JAA06855@galaxy.hbg.de.ao-srv.com> X-Mailer: Mew version 2.1 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: hackers@freebsd.org Subject: Re: rsync vs installworld X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Oct 2003 09:13:49 -0000 In message: <200310200705.JAA06855@galaxy.hbg.de.ao-srv.com> Helge Oldach writes: : Rsync doesn't deal with file flags (chflags(2)). Thus my personal : preference for updating machines is making installworld on a file system : exported by the build server. I'm looking for ways to avoid having NFS run on the network in question at all. Warner