Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watnot!watmath!clyde!cbatt!ucbvax!weber_w@EDDIE.MIT.EDU@apollo.UUCP From: weber_w@EDDIE.MIT.EDU@apollo.UUCP Newsgroups: mod.computers.apollo Subject: Re: Submission for mod-computers-apollo Message-ID: <8703041752.AA05175@EDDIE.MIT.EDU> Date: Wed, 4-Mar-87 12:11:17 EST Article-I.D.: EDDIE.8703041752.AA05175 Posted: Wed Mar 4 12:11:17 1987 Date-Received: Fri, 6-Mar-87 04:21:32 EST References: <8702242250.AA10380@cod.nosc.mil> Sender: daemon@ucbvax.BERKELEY.EDU Reply-To: apollo!weber_w (Walt Weber) Distribution: world Organization: Apollo Computer, Chelmsford, MA Lines: 18 Approved: apollo@yale-comix.arpa dennis@nosc.UUCP (Dennis Cottel) writes: >Message-ID: <518@cod.UUCP> >Date: 24 Feb 87 22:50:52 GMT > >I would like to backup our Apollo file systems to our central VAX BSD >... >... >................................................... Or has someone >ported rdump to the Apollos? Why isn't it included with DOMAIN/IX? Nat Mishkin answered this well in another article. >Apollo suggested that I use tar and pipe the output to "rsh dd" on the >VAX. However, tar can't select files by modification date. OK, then, how about using find(1) with the appropriate arguments and shoving the list of files to /sys5/bin/cpio , which would then rsh the dd to the tape? Granted, cpio is sys5 specific, but this should work correctly.