Path: utzoo!utgpu!watmath!att!dptg!rutgers!mit-eddie!uw-beaver!rice!sun-spots-request From: sixhub!davidsen@crdgw1.ge.com (Wm E. Davidsen Jr) Newsgroups: comp.sys.sun Subject: Re: Backing up UNIX Sys V hosts to central Suns Keywords: Software Message-ID: <1044@brazos.Rice.edu> Date: 19 Aug 89 03:38:53 GMT Sender: root@rice.edu Organization: Sun-Spots Lines: 13 Approved: Sun-Spots@rice.edu X-Sun-Spots-Digest: Volume 8, Issue 104, message 1 of 18 The SysV machines should have rcmd, the functional equivalent of the rsh command. They also have named pipes. Therefore start one job like this: cat /dev/rdump.FIFO | rcmd bigsun dd obs=126b of=/dev/rst8 which sucks on the pipe and then sends to dd running on the Sun. Start the real dump by doing this: dump 0ufk /dev/rdump.FIFO 55000 /dev/yourfilesys Note that the size given dump is suitable for DC600 tapes, change as needed for your physical devices. I'm actually using this because my tape drive on a SysV machine is not currently functional.