Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!mstar!mstar.morningstar.com!bob From: bob@MorningStar.Com (Bob Sutterfield) Newsgroups: comp.unix.questions Subject: Re: (none) Message-ID: Date: 3 Jan 90 18:44:44 GMT References: <21937@adm.BRL.MIL> Sender: news@MorningStar.COM (USENET Administrator) Reply-To: bob@MorningStar.Com (Bob Sutterfield) Organization: Morning Star Technologies Lines: 11 In-reply-to: gnma76%sun1.eng.glasgow.ac.uk@nsfnet-relay.ac.uk's message of 3 Jan 90 12:49:08 GMT In article <21937@adm.BRL.MIL> gnma76%sun1.eng.glasgow.ac.uk@nsfnet-relay.ac.uk (D.Ballance) writes: We have recently got an Intel-386 machine running Interactive Unix. We want to be able to backup the disk on a tape drive on a remote Sun workstation. Does anyone do this, or can anyone point me at the correct part of TFM. All suggestions gratefully recieved. Try running GNU tar on the diskful machine, talking to /etc/rmt on the tapeful machine. Say something like "gtar -c -f foo:/dev/rst1 ." where foo has a tape attached and . is what you want to back up. If you don't have /etc/rmt, the sources come with GNU Tar.