Re: Efficient storage of Xwinnmr spectra ?

John Ralph (jralph@facstaff.wisc.edu)
Tue, 16 Jul 1996 15:24:56 -0500

>In message <9607161636.ZM16973@samson.mr.sintef.no> "Alexej Jerschow" write=
s:
>> I noticed that Xwinnmr (1.1) processing data directories are often very
>> voluminous due to redundant files that are saved along with 2rr. I know t=
hat

The best thing to do in your own account is DELP from Xwinnmr or uxnmr.

I have written a very simple little script for deleting everyone's processed=
data. I simply run this before doing backups, archiving etc.

rmu
-------
echo *** removing processed data on Drive u now
find /u/data -type f -name "1[ir]" -exec rm {} \;
echo ***removed 1i, 1r
find /u/data -type f -name "2[ir][ir]" -exec rm {} \;
echo ***removed 2ii, 2rr, 2ir, 2ri
echo ***Done removing processed data from Drive u

-------

I also make backups to the Mac using retrospect and hardware-based=
compression to DAT tapes. The Mac/SGI interfacing is made trivial by=
putting on XiNets Appletalk products which simply allows you to mount the=
SGI unix drive to the Mac Desktop. From there you just treat it like any=
other Mac drive.

Cheers

-------------------------------------------------------------------------
John Ralph
US Dairy Forage Research Center, USDA-ARS and Dept. of Forestry
1925 Linden Drive West Univ. of=
Wisconsin, Madison
Madison, WI 53706
(608) 264-5407 FAX (608) 264-5275
-------------------------------------------------------------------------