Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sun-barr!olivea!uunet!comp.vuw.ac.nz!duncan From: duncan@comp.vuw.ac.nz (Duncan McEwan) Newsgroups: comp.unix.wizards Subject: Re: network backup in a heterogeneous environment Message-ID: <1991Apr25.223913.28479@comp.vuw.ac.nz> Date: 25 Apr 91 22:39:13 GMT References: <1991Apr24.140354.25607@aplcen.apl.jhu.edu> Sender: news@comp.vuw.ac.nz (News Admin) Organization: Dept. of Comp. Sci., Victoria Uni. of Wellington, New Zealand. Lines: 14 Nntp-Posting-Host: offramp.comp.vuw.ac.nz In article <1991Apr24.140354.25607@aplcen.apl.jhu.edu> kjh@visual1.jhuapl.edu (Kenneth J. Heeres) writes: >I do have: > A large MVS system running IBM's TCP/IP with tape drives up > the yazzoo. This system does not support rdump. > > A VMS system running VMS Ultrix Connection with Exabyte drives. > This system does not support rdump. All that is needed to support rdump is a way of running "/etc/rmt" via the rcmd(3) library call (ie via rsh(1). /etc/rmt should be relatively easy to port to a non-unix environment. If your VMS or IBM machines don't support rsh(1) then it gets a little harder... Duncan