From owner-freebsd-questions@FreeBSD.ORG Fri Feb 22 23:56:25 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 309C416A401 for ; Fri, 22 Feb 2008 23:56:25 +0000 (UTC) (envelope-from pgiessel@mac.com) Received: from smtpoutm.mac.com (smtpoutm.mac.com [17.148.16.66]) by mx1.freebsd.org (Postfix) with ESMTP id 256E013C4E8 for ; Fri, 22 Feb 2008 23:56:25 +0000 (UTC) (envelope-from pgiessel@mac.com) Received: from webmail036 (webmail036-s [10.13.128.36]) by smtpoutm.mac.com (Xserve/smtpout003/MantshX 4.0) with ESMTP id m1MNf9PM008488; Fri, 22 Feb 2008 15:41:10 -0800 (PST) Date: Fri, 22 Feb 2008 15:41:09 -0800 From: Peter Giessel To: Derek Ragona Message-ID: <88863638-0118-1000-C245-84C9BC6E990B-Webmail-10021@mac.com> in-reply-to: <6.0.0.22.2.20080222170409.0259b4f0@mail.computinginnovations.com> references: <20080222202127.K4838@wojtek.tensor.gdynia.pl> <6.0.0.22.2.20080222170409.0259b4f0@mail.computinginnovations.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Originating-IP: 69.178.5.90 Received: from [69.178.5.90] from webmail.mac.com with HTTP; Fri, 22 Feb 2008 15:41:09 -0800 Cc: Wojciech Puchar , freebsd-questions@freebsd.org 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:56:25 -0000 On Friday, February 22, 2008, at 02:07PM, "Derek Ragona" wrote: >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. I believe gtar ( /usr/ports/archivers/gtar if I recall correctly) can do this directly. See the manual for more details: http://www.gnu.org/software/tar/manual/tar.html#SEC153