Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Feb 2008 17:08:38 -0600
From:      Derek Ragona <derek@computinginnovations.com>
To:        Wojciech Puchar <wojtek@wojtek.tensor.gdynia.pl>, freebsd-questions@freebsd.org
Subject:   Re: tape splitter
Message-ID:  <6.0.0.22.2.20080222170409.0259b4f0@mail.computinginnovations.com>
In-Reply-To: <20080222202127.K4838@wojtek.tensor.gdynia.pl>
References:  <20080222202127.K4838@wojtek.tensor.gdynia.pl>

next in thread | previous in thread | raw e-mail | index | archive | help
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.




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6.0.0.22.2.20080222170409.0259b4f0>