Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Aug 1996 18:01:42 +1000 (EST)
From:      Julian Jenkins <kaveman@magna.com.au>
To:        FreeBSD-Ports@freebsd.org
Subject:   Re: using tar
Message-ID:  <Pine.BSF.3.91.960812175956.7619U-100000@kavemachine.magna.com.au>
In-Reply-To: <9608111740.AA01196@asimov.volant.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 11 Aug 1996 patl@asimov.volant.org wrote:

> |>  	cd <source_dir>
> |>  	tar cf - | ( cd <dest_dir>; tar xvfBp - )
> 
> 	cd <source_dir>
> 	find . -depth -print | cpio -pdmv <dest_dir>

How is either of these different from:

	cp -R

Kaveman
kaveman@magna.com.au



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.91.960812175956.7619U-100000>