|
Home > Archive > Unix administration > April 2004 > How do I read a VAX VMS backup tape on a UNIX machine ?
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
How do I read a VAX VMS backup tape on a UNIX machine ?
|
|
|
| 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
| |
| phn@icke-reklam.ipsec.nu 2004-04-06, 2:34 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.
| |
| Hubert Feyrer 2004-04-06, 2:34 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!
| |
|
| 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:
>
> 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
|
|
|
|
|