Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watmath!clyde!cbosgd!ucbvax!husc6!ut-sally!std-unix From: std-unix@ut-sally.UUCP Newsgroups: comp.std.unix Subject: Re: More tar/cpio Message-ID: <8200@ut-sally.UUCP> Date: Mon, 1-Jun-87 09:16:00 EDT Article-I.D.: ut-sally.8200 Posted: Mon Jun 1 09:16:00 1987 Date-Received: Sat, 6-Jun-87 09:44:49 EDT References: <8177@ut-sally.UUCP> Reply-To: bsteve@gorgo.uucp Lines: 23 Approved: jsq@sally.utexas.edu (Moderator, John Quarterman) From: (Steve Blasingame) dhesi@bsu-cs.UUCP (Rahul Dhesi) Writes: >The obvious choice seems to be the tar archive format (more widely used and >available) with cpio's user interface. The significant issue regarding cpio that has not been addressed is the function of copying directory trees to directory trees. There is not another standard tool that performs this important function. [ I use tar to do this all the time. The 4.3BSD man page includes: Tar can also be used to move hierarchies with the command cd fromdir; tar cf - . | (cd todir; tar xf -) -mod ] Steve Blasingame (Oklahoma City) ihnp4!gorgo!bsteve Volume-Number: Volume 11, Number 46