Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.3 alpha 4/15/85; site ucbvax.ARPA Path: utzoo!watmath!clyde!burl!ulysses!cbosgd!ucbvax!info-vax From: info-vax@ucbvax.ARPA Newsgroups: fa.info-vax Subject: Backup/do_the_right_thing Message-ID: <8003@ucbvax.ARPA> Date: Mon, 10-Jun-85 19:00:25 EDT Article-I.D.: ucbvax.8003 Posted: Mon Jun 10 19:00:25 1985 Date-Received: Tue, 11-Jun-85 05:15:26 EDT Sender: daemon@ucbvax.ARPA Organization: University of California at Berkeley Lines: 18 From: *Hobbit* I've always used plain ole BACKUP/... without /image. This does things alphabetically and although might be a little slower, is much more useful if you have since rebuilt your system disk and need an old file. /image will get confused if your disk is now different, and /select, as you found, loses. DEC always uses /image in their tape distributions for things like VMS, because they assume that the installers will be writing it to a virgin structure. The first thing you should do, of course, is write a new tape of that distribution your own way so you can recover pieces of anything you lose less painfully. Beware of FE's creating disk-based standalone backup kits, also. Then tend to run these evil procedures in sys$update that make liberal use of SET FILE/ENTER, which can really screw you. _H* -------