From owner-freebsd-questions Tue Jun 22 9: 7: 1 1999 Delivered-To: freebsd-questions@freebsd.org Received: from inet.chip-web.com (c1003518-a.plstn1.sfba.home.com [24.1.82.47]) by hub.freebsd.org (Postfix) with SMTP id 6C75D15332 for ; Tue, 22 Jun 1999 09:06:58 -0700 (PDT) (envelope-from ludwigp@bigfoot.com) Received: (qmail 20281 invoked from network); 22 Jun 1999 16:06:58 -0000 Received: from speedy.chip-web.com (HELO speedy) (172.16.1.1) by inet.chip-web.com with SMTP; 22 Jun 1999 16:06:58 -0000 Message-Id: <4.1.19990622090212.00a789b0@mail-r> X-Sender: ludwigp@toy.chip-web.com (Unverified) X-Mailer: QUALCOMM Windows Eudora Pro Version 4.1 Date: Tue, 22 Jun 1999 09:04:57 -0700 To: thierry.herbelot@alcatel.fr, Kent Ho From: Ludwig Pummer Subject: Re: Fastest way to Transfer data from HD to HD? Cc: questions@FreeBSD.ORG In-Reply-To: <376F54DC.1F08FA24@telspace.alcatel.fr> References: <19990622084853.2191.qmail@graffiti.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG At 02:18 AM 6/22/1999 , Thierry Herbelot wrote: >You can also use "tar -cvf - | (cd ; tar xf -)" I prefer "tar -c -C -f - . | tar -xvp -C -f -" I stick the "v" on the extracting tar so I see which files were actually put there. I also stick a "p" on the extracting tar to preserve permissions. --Ludwig Pummer ( ludwigp@bigfoot.com ) ICQ UIN: 692441 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message