Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sun-barr!olivea!orc!inews!iwarp.intel.com!gargoyle!chinet!les From: les@chinet.chi.il.us (Leslie Mikesell) Newsgroups: comp.dcom.lans Subject: Re: Backup Program Needed Keywords: backup Message-ID: <1990Dec03.152449.17108@chinet.chi.il.us> Date: 3 Dec 90 15:24:49 GMT References: Organization: Chinet - Public Access UNIX Lines: 28 In article mju@mudos.ann-arbor.mi.us (Marc Unangst) writes: >You can do everything you mention above with find, cron, and cpio, >except for the NFS part. The basic problem with backing up a >NFS-mounted filesystem is that your root access on the local machine >means nothing; you can't read any files that "nobody" can't read. >Unfortunately, SCO doesn't supply an rtaped program. Your best bet >might be to spawn an rsh on the system you're NFS-mounting from, run >cpio *there*, and pipe the output to the tape drive on the local >machine. Afio (the cpio work-alike posted a few years ago) contains code to do this, requiring only a working rsh and a copy of afio on the machine with the tape drive. The NFS mounts aren't needed at all. >Of course, this raises a lot of nasty issues of security, >but hopefully the machine with the tape drive is not a machine that a >lot of bad-security-risk-type people have root access to. If you make the tape device accessable by everyone, you should be able to log in directly to the machine you want to back up and start the process there (so you can require the local machine's password for root access), or do it from cron. All you need is some way to insure that the correct tape is loaded when you start up. Les Mikesell les@chinet.chi.il.us