Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site brl-tgr.ARPA Path: utzoo!watmath!clyde!burl!ulysses!allegra!mit-eddie!think!harvard!seismo!brl-tgr!gwyn From: gwyn@brl-tgr.ARPA (Doug Gwyn ) Newsgroups: net.unix-wizards Subject: Re: tar fs copy Message-ID: <2280@brl-tgr.ARPA> Date: Mon, 21-Oct-85 00:05:38 EDT Article-I.D.: brl-tgr.2280 Posted: Mon Oct 21 00:05:38 1985 Date-Received: Tue, 22-Oct-85 06:09:05 EDT References: <832@burl.UUCP> <221@drivax.UUCP> <842@burl.UUCP> Organization: Ballistic Research Lab Lines: 5 > or (cd $1; find . -print | cpio -o .) | (cd $2; cpio -idu) Better still, cd $1; find . -print -depth | cpio -pdu $2 If links are preferable, add the "l" flag to the cpio options.