How do I read a VAX VMS backup tape on a UNIX machine ?

  • Follow


Does anyone know where I can get software (share I hope) that can read
VAX VMS backup format tapes?  Various sites come up in a google search
and I have tried to downloaed some, but had no luck getting them to
work.

thanks
0
Reply ephemerisjazz 4/6/2004 3:38:52 PM

In comp.unix.admin JK <ephemerisjazz@yahoo.com> wrote:
> Does anyone know where I can get software (share I hope) that can read
> VAX VMS backup format tapes?  Various sites come up in a google search
> and I have tried to downloaed some, but had no luck getting them to
> work.

> thanks

I would try "VMSBACKUP"  which according to port description :

    VMSBACKUP reads VMS BACKUP tapes.

    Main features:
        swaps bytes from big-endian to little-endian, if required.
        savesets can be selected individually.
        can preserve directory structure.
        excludes vms specific files (eg executables and objects).
        converts vms version numbering semicolons to colons.


It's avaliable in FreeBSD ports-tree, meaning that it's 
a few key-presses from beeing installed on a FreeBSD system

It seems that it's retreived from :
MASTER_SITES=   ftp://ftp.cs.uni-sb.de/pub/utils/
(if you want to try porting yourself)



-- 
Peter H�kanson         
        IPSec  Sverige      ( At Gothenburg Riverside )
           Sorry about my e-mail address, but i'm trying to keep spam out,
	   remove "icke-reklam" if you feel for mailing me. Thanx.
0
Reply phn 4/6/2004 5:39:27 PM


In comp.unix.admin JK <ephemerisjazz@yahoo.com> wrote:
> Does anyone know where I can get software (share I hope) that can read
> VAX VMS backup format tapes?  Various sites come up in a google search
> and I have tried to downloaed some, but had no luck getting them to
> work.

Check out vmsbackup, it's available at 
http://garbo.uwasa.fi/pub/unix/vmsbackup/ (or via "make install" in 
NetBSD's pkgsrc/wip/vmsbackup directory :).


 - Hubert

-- 
  ___ _ _  _   _        * Harddisk Image Cloning * 
 / __| | || | | |           www.feyrer.de/g4u/
| (_ |_  _| |_| |         
 \___| |_| \___/        v1.14 out now, including SATA support!
0
Reply Hubert 4/6/2004 6:29:51 PM

Thank you for the information.   I downloaded "vmsbackup" from both 

   ftp://ftp.cs.uni-sb.de/pub/utils/ 
and
   http://garbo.uwasa.fi/pub/unix/vmsbackup/
which are different versions of the same code. 

It turns out that we don't have a tapedrive that will read the exabyte
8mm tapes so someone will take it to UMD, read it there, and mail (or
ftp) the files (savesets) back to me.  The "vmsbackup" does not
support vms savesets on disk files.  I suppose I can re-write it out
to dlt with dd, or modify "vmsbackup.c" to read a disk file.

thanks
Jonathan

Hubert Feyrer <hubertf@gmx.de> wrote in message news:<c4usuv$2nl4ia$1@ID-180809.news.uni-berlin.de>...
> In comp.unix.admin JK <ephemerisjazz@yahoo.com> wrote:
> > Does anyone know where I can get software (share I hope) that can read
> > VAX VMS backup format tapes?  Various sites come up in a google search
> > and I have tried to downloaed some, but had no luck getting them to
> > work.
> 
> Check out vmsbackup, it's available at 
> http://garbo.uwasa.fi/pub/unix/vmsbackup/ (or via "make install" in 
> NetBSD's pkgsrc/wip/vmsbackup directory :).
> 
> 
>  - Hubert
0
Reply ephemerisjazz 4/8/2004 10:41:17 PM

3 Replies
380 Views

(page loaded in 0.051 seconds)

Similiar Articles:













7/23/2012 1:27:55 PM


Reply: