From owner-freebsd-questions@FreeBSD.ORG Thu Aug 21 16:57:59 2003 Return-Path: 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 6D24016A4BF for ; Thu, 21 Aug 2003 16:57:59 -0700 (PDT) Received: from gate.volant.org (gate.volant.org [207.111.218.246]) by mx1.FreeBSD.org (Postfix) with ESMTP id 78B7943FBD for ; Thu, 21 Aug 2003 16:57:58 -0700 (PDT) (envelope-from patl+freebsd@volant.org) Received: from 64-144-229-193.client.dsl.net ([64.144.229.193] helo=[192.168.0.13]) by gate.volant.org with asmtp (TLSv1:DES-CBC3-SHA:168) (Exim 3.33 #1) id 19pzJM-000Hzk-00; Thu, 21 Aug 2003 16:57:48 -0700 Date: Thu, 21 Aug 2003 16:57:43 -0700 From: Pat Lashley To: Tillman Hodgson , freebsd-questions@freebsd.org Message-ID: <18350000.1061510263@mccaffrey.phoenix.volant.org> In-Reply-To: <20030821154554.G2526@seekingfire.com> References: <4094160000.1061494205@mccaffrey.phoenix.volant.org> <20030821221928.75908519.nico.meijer@zonnet.nl> <4181120000.1061501034@mccaffrey.phoenix.volant.org> <20030821154554.G2526@seekingfire.com> X-Mailer: Mulberry/3.1.0b4 (Linux/x86) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Re: Copying an entire tree X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Aug 2003 23:57:59 -0000 --On Thursday, August 21, 2003 15:45:54 -0600 Tillman Hodgson wrote: >> >> On Thu, Aug 21, 2003 at 02:23:54PM -0700, Pat Lashley wrote: >> >> Is there any simple clean way to copy an entire directory tree and >> >> preserve both the flags (like schg) AND hard links within the tree? >> >> (And, of course, preserve device special nodes, etc.) >> > >> > ... > > cpdup, perhaps? > > (/usr/ports/sysutils/cpdup) That one appears to be exactly what I was looking for! Thanks again, -Pat