From owner-freebsd-questions@FreeBSD.ORG Fri Feb 22 23:07:05 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EA82916A401 for ; Fri, 22 Feb 2008 23:07:05 +0000 (UTC) (envelope-from derek@computinginnovations.com) Received: from betty.computinginnovations.com (mail.computinginnovations.com [64.81.227.250]) by mx1.freebsd.org (Postfix) with ESMTP id 935F913C45A for ; Fri, 22 Feb 2008 23:07:04 +0000 (UTC) (envelope-from derek@computinginnovations.com) Received: from p28.computinginnovations.com (dhcp-10-20-30-100.computinginnovations.com [10.20.30.100]) (authenticated bits=0) by betty.computinginnovations.com (8.14.2/8.13.8) with ESMTP id m1MN6j5K014457; Fri, 22 Feb 2008 17:06:45 -0600 (CST) (envelope-from derek@computinginnovations.com) Message-Id: <6.0.0.22.2.20080222170409.0259b4f0@mail.computinginnovations.com> X-Sender: derek@mail.computinginnovations.com X-Mailer: QUALCOMM Windows Eudora Version 6.0.0.22 Date: Fri, 22 Feb 2008 17:08:38 -0600 To: Wojciech Puchar , freebsd-questions@freebsd.org From: Derek Ragona In-Reply-To: <20080222202127.K4838@wojtek.tensor.gdynia.pl> References: <20080222202127.K4838@wojtek.tensor.gdynia.pl> Mime-Version: 1.0 X-ComputingInnovations-MailScanner-Information: Please contact the ISP for more information X-ComputingInnovations-MailScanner: Found to be clean X-ComputingInnovations-MailScanner-From: derek@computinginnovations.com X-Spam-Status: No Content-Type: text/plain; charset="us-ascii"; format=flowed X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: tape splitter X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Feb 2008 23:07:06 -0000 At 01:23 PM 2/22/2008, Wojciech Puchar wrote: >anybody know program to split data (from stdin) on tapes like that > >something|splittotapes /dev/sa0 > >and then > >concattapes /dev/sa0 |something > > >i know dump do this, but i need other thing to be written to more than 1 tape. Well sonny in the old days we would create a volume with tar or cpio, then uuencode it, then run it through split. You could then move the split pieces onto removable media and reassemble it on another system. To put split piece back together you just cat them: cat split2 split2 > total.uu then uudecode it to restore the original file. -Derek -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.