Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!husc6!cmcl2!brl-adm!adm!preece%fang@gswd-vms.Gould.COM From: preece%fang@gswd-vms.Gould.COM (Scott E. Preece) Newsgroups: comp.unix.wizards Subject: Re: Re: Request for human interface Message-ID: <10404@brl-adm.ARPA> Date: Tue, 17-Nov-87 16:57:16 EST Article-I.D.: brl-adm.10404 Posted: Tue Nov 17 16:57:16 1987 Date-Received: Thu, 19-Nov-87 23:24:50 EST Sender: news@brl-adm.ARPA Lines: 23 The first couple of years I worked on Unix I used aliases that turned rm commands into mv to a hidden directory and cleaned that directory periodically. Now I work in a place that does believable backups regularly, so I just fill in the holes 1. I alias rm to "rm -i" so that mass deletions don't happen 2. when I want to clear a lot of files all at once I just use /bin/rm instead of rm, so the alias doesn't get in the way 3. I have emacs save a copy of everything I create or modify with it in a safe place, to cover the relatively short time during which no backup is available; every time I log in that directory gets scrubbed of all files that have been there more than a nominal time (two days, allowing for the occasional mechanical failure interfering with the dump process) -- scott preece gould/csd - urbana uucp: ihnp4!uiucdcs!ccvaxa!preece arpa: preece@Gould.com