Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!usc!sdd.hp.com!mips!wyse!bob From: bob@wyse.wyse.com (Bob McGowen x4312 dept208) Newsgroups: comp.unix.questions Subject: Re: tape to tape copy Keywords: copy tape boottape Message-ID: <2943@wyse.wyse.com> Date: 13 Sep 90 02:17:52 GMT References: <1205@manta.NOSC.MIL> Sender: news@wyse.wyse.com Reply-To: bob@wyse.UUCP (Bob McGowen x4312 dept208) Distribution: usa Organization: Wyse Technology Lines: 21 In article <1205@manta.NOSC.MIL> bigjohn@manta.NOSC.MIL (John Morris) writes: >Problem: copying a tape that is in "boot" format. >One method involves the 'dd' command but this involves having enough >disk space to accomodate the file. >Question: Is there a way, if you have two cartridge tape drives, to >directly move the data from one tape onto the other through a reasonable >size buffer. You could still use dd as follows: dd if=/dev/src_tape of=/dev/dest_tape bs=1024k ^^^^ The buffer used in the above is 1M, substitute as you can for larger or smaller. The if above is the input_file, of is the output_file. ---deleted system types and boot tape creation question--- Bob McGowan (standard disclaimer, these are my own ...) Product Support, Wyse Technology, San Jose, CA ..!uunet!wyse!bob bob@wyse.com