README for cleanuptools Vincent Voelz (VAV) Februrary 15, 2010 DESCRIPTION These scripts are designed to delete *.tpr, *.trr (etc) files, and bzip2 *.edr, *.log (etc.) files in order to save disk space on the Folding@Home server RAIDS BUG FIXES 2/15/2010 (VAV): It's now robust with respect to any non-canonical naming for files (it throws an exception but continues). CHECKING OUT THE CODE: You can check it out using: svn checkout --username https://simtk.org/svn/pande_group_cod/voelz/cleanuptools CONTENTS CleanupSettings.py bzip2ProjectFrameFiles.py bzip2_edrfiles.py bzip2_edrs.py bzip2_logfiles.py bzip2_logs.py removeProjectFrameFiles.py remove_edrs.py remove_tprs.py remove_trrs.py DIRECTIONS To install the cleanup scripts your machine, you should: 1) Check out the code from the svn repository 2) Specify your machine-specific 'server2' directory and (unlinked) 'data' directory in CleanupSettings.py 3) Alter the remove_*.py and/or bzip2_*.py scripts to select only the list of projects you want to clean up. 4) Put the remove_*.py and/or bzip2_*.py scripts in your crontab as desired.