Path: utzoo!utgpu!watmath!clyde!att!osu-cis!tut.cis.ohio-state.edu!mailrus!cornell!uw-beaver!rice!sun-spots-request From: karl@spruce.gsfc.nasa.gov (karl on spruce) Newsgroups: comp.sys.sun Subject: Re: how do I do a backup on my 386i Message-ID: <8812201922.AA03984@spruce.gsfc.nasa.gov> Date: 30 Dec 88 20:22:23 GMT Sender: usenet@rice.edu Organization: Sun-Spots Lines: 32 Approved: Sun-Spots@rice.edu Original-Date: Tue, 20 Dec 88 14:22:10 EST X-Sun-Spots-Digest: Volume 7, Issue 82, message 10 of 18 Peter Lorraine writes: > Has anyone had any success doing backups onto tape using SNAP? I've backed up my 386i to a remote tape drive, without using SNAP. I used the /usr/etc/rdump command. You must be superuser, and the remote tape host must have the name of the machine being backed up in its /.rlogin file. The .rhosts entry must be the first name for that machine listed in /etc/hosts. In this example, the 386i named geek is being backed up to nerd's 1/2" tape. Geek must appear as geek.gsfc.nasa.gov in nerd's /.rhosts: nerd% cat /etc/hosts 128.183.xxx.xxx geek.gsfc.nasa.gov geek nerd% cat /.rhosts geek.gsfc.nasa.gov geek# rdump 0uf ltpsun:/dev/rmt0 /dev/rrooth Also, nerd's /etc/ttytab must enable root logins with the "secure" keyword, e.g: nerd% more /etc/ttytab # # @(#)ttytab 1.4 88/02/07 SMI # # name getty type status comments # console "/usr/etc/getty std.9600" sun on secure This works for me. Good luck. Karl Anderson