June 4th, 2014

Again lost the array. NAMD restart files and their backups were zeroed, a huge mess. Crontab guarantee that this will not happen again :

*/30 * * * * cd /home/glykos/work ; find . -size +50c -name 'restart.vel' -exec cp {} '{}.SAFE' \;
*/30 * * * * cd /home/glykos/work ; find . -size +50c -name 'restart.coor' -exec cp {} '{}.SAFE' \;
*/30 * * * * cd /home/glykos/work ; find . -size +50c -name 'restart.xsc' -exec cp {} '{}.SAFE' \;
*/30 * * * * cd /home/glykos/work ; find . -size +50c -name 'restart.tempering' -exec cp {} '{}.SAFE' \;

:-)

maintenance/june_4th_2014.txt · Last modified: 2014/06/08 19:20 (external edit)