Path: utzoo!utgpu!jarvis.csri.toronto.edu!clyde.concordia.ca!uunet!crdgw1!crdos1!davidsen From: davidsen@crdos1.crd.ge.COM (Wm E Davidsen Jr) Newsgroups: comp.unix.questions Subject: Re: (none) Message-ID: <1972@crdos1.crd.ge.COM> Date: 3 Jan 90 15:56:41 GMT References: <21937@adm.BRL.MIL> Organization: GE Corp R&D Center, Schenectady NY Lines: 21 Reply-exos:@crdgw1:To: davidsen@crdos1.crd.ge.com (bill davidsen) 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. I assume that your remote shell command is called rsh, it might also pretend to be rcmd. The trick is to pipe thru an rsh. The only major problem is that if you want to use 'dump' you can backup but not restore (thought you might want to know this BEFORE you "discovered" it). find . -depth -print | cpio -oBc | rsh SUN dd bs=127b of=/dev/rst8 | | | | | | | high density tape | | this works for me | name of your Sun if you have this option -- bill davidsen (davidsen@crdos1.crd.GE.COM -or- uunet!crdgw1!crdos1!davidsen) "The world is filled with fools. They blindly follow their so-called 'reason' in the face of the church and common sense. Any fool can see that the world is flat!" - anon