Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site codas.UUCP Path: utzoo!watmath!clyde!bonnie!akgua!akguc!codas!mikel From: mikel@codas.UUCP (Mikel Manitius) Newsgroups: net.unix-wizards Subject: Re: tar fs copy Message-ID: <313@codas.UUCP> Date: Fri, 18-Oct-85 20:29:36 EDT Article-I.D.: codas.313 Posted: Fri Oct 18 20:29:36 1985 Date-Received: Sun, 20-Oct-85 04:02:24 EDT References: <832@burl.UUCP> <221@drivax.UUCP> <842@burl.UUCP> <240@investor.UUCP> <2226@ukma.UUCP> <636@leadsv.UUCP> <2892@sun.uucp> Organization: AT&T Information Systems (SDSS) - Orlando Lines: 9 > (cd $1; tar cf - .) | (cd $2; tar xf -) or (cd $1; find . -print | cpio -o .) | (cd $2; cpio -idu) for those without tar. What I really wish our System V people would do is put in the -r flag (for recursive) on cp(1), like Berkeley did a long time ago. -- Mikel Manitius - ...{ihnp4|akguc|attmail|indra!koura}!codas!mikel