Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!ut-sally!std-unix From: henry@utzoo.UUCP (Henry Spencer) Newsgroups: comp.std.unix Subject: Re: tar vs. cpio Message-ID: <8362@ut-sally.UUCP> Date: Tue, 23-Jun-87 20:56:16 EDT Article-I.D.: ut-sally.8362 Posted: Tue Jun 23 20:56:16 1987 Date-Received: Tue, 30-Jun-87 06:46:55 EDT References: <8188@ut-sally.UUCP> <8208@ut-sally.UUCP> <8249@ut-sally.UUCP>, <8276@ut-sally.UUCP> Sender: std-unix@ut-sally.UUCP Reply-To: henry@utzoo.UUCP (Henry Spencer) Lines: 27 Approved: jsq@sally.utexas.edu (Moderator, John Quarterman) Summary: Cpio format makes correct handling of links impossible, too. From: henry@utzoo.UUCP (Henry Spencer) As a counterpoint to Kenneth Almquist's example of tar fouling up links, try the following: echo hi >one ln one two ls one two | cpio -o >/tmp/foo rm one two cpio -i one