From owner-freebsd-isp Wed Oct 4 14:36:28 2000 Delivered-To: freebsd-isp@freebsd.org Received: from toad.com (toad.com [140.174.2.1]) by hub.freebsd.org (Postfix) with ESMTP id 22E8C37B502 for ; Wed, 4 Oct 2000 14:36:22 -0700 (PDT) Received: from grok.example.net (unknown@cr479972-a.rct1.bc.wave.home.com [24.113.37.168]) by toad.com (8.7.5/8.7.3) with ESMTP id OAA05684; Wed, 4 Oct 2000 14:36:20 -0700 (PDT) Received: by grok.example.net (Postfix, from userid 1000) id 6AA2B21316E; Wed, 4 Oct 2000 14:38:06 -0700 (PDT) Date: Wed, 4 Oct 2000 14:38:06 -0700 From: Steve Reid To: Presence Cc: InvictaNet Customer Support , Freebsd-ISP Subject: Re: move home dirs Message-ID: <20001004143806.A36544@grok> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: ; from Presence on Tue, Oct 03, 2000 at 03:01:00PM -0700 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, Oct 03, 2000 at 03:01:00PM -0700, Presence wrote: > (cd /mnt/old/usr/home/ ; tar -cvlf - .)|(cd /usr/home/; tar xpf -) > It moved everything across perfectly, including .dot files and > permissions. I did something similar recently. What really impressed me: tar handled hard links. I guess it keeps track of inode numbers that it has already seen. Very good to know, if you want to copy a filesystem with (too many) hard links. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message