biolocal:Biotmp policy
From Wiki CEINGE
(Difference between revisions)
| Revision as of 12:29, 5 October 2007 (edit) Gianluca (Talk | contribs) (New page: The configuration provides at the moment a service to remove old temporary files in /mnt/sharedtmp (mounted on the cluster as /biotmp) only for the pise program (/mnt/sharedtmp/Pise_c), ex...) ← Previous diff |
Current revision (11:51, 18 February 2008) (edit) (undo) Gianluca (Talk | contribs) m (Bioinfolocal:biotmp policy moved to biolocal:Biotmp policy: moving to the right namespace) |
||
| (One intermediate revision not shown.) | |||
| Line 1: | Line 1: | ||
| The configuration provides at the moment a service to remove old temporary files in /mnt/sharedtmp (mounted on the cluster as /biotmp) only for the pise program (/mnt/sharedtmp/Pise_c), excluding some functional directories (-x option): | The configuration provides at the moment a service to remove old temporary files in /mnt/sharedtmp (mounted on the cluster as /biotmp) only for the pise program (/mnt/sharedtmp/Pise_c), excluding some functional directories (-x option): | ||
| + | <pre> | ||
| # remove Pise temporary files | # remove Pise temporary files | ||
| - | /usr/sbin/tmpwatch --ctime -x /mnt/sharedtmp/Pise_c/caprilog -x /mnt/sharedtmp/Pise_c/alexPise -x /mnt/sharedtmp/Pise_c/drawplasmid -x /mnt/sharedtmp/Pise_c/openFile -x /mnt/sharedtmp/Pise_c/openFileCol -x /mnt/sharedtmp/Pise_c/REQUESTS -x /mnt/sharedtmp/Pise_c/seq -x /mnt/sharedtmp/Pise_c/seqDNA -x /mnt/sharedtmp/Pise_c/seqPRO -x /mnt/sharedtmp/Pise_c/SplitSeq 120 /mnt/sharedtmp/Pise_c | + | /usr/sbin/tmpwatch --ctime \ |
| + | -x /mnt/sharedtmp/Pise_c/caprilog \ | ||
| + | -x /mnt/sharedtmp/Pise_c/alexPise \ | ||
| + | -x /mnt/sharedtmp/Pise_c/drawplasmid \ | ||
| + | -x /mnt/sharedtmp/Pise_c/openFile \ | ||
| + | -x /mnt/sharedtmp/Pise_c/openFileCol \ | ||
| + | -x /mnt/sharedtmp/Pise_c/REQUESTS \ | ||
| + | -x /mnt/sharedtmp/Pise_c/seq \ | ||
| + | -x /mnt/sharedtmp/Pise_c/seqDNA \ | ||
| + | -x /mnt/sharedtmp/Pise_c/seqPRO \ | ||
| + | -x /mnt/sharedtmp/Pise_c/SplitSeq 120 /mnt/sharedtmp/Pise_c | ||
| + | </pre> | ||
Current revision
The configuration provides at the moment a service to remove old temporary files in /mnt/sharedtmp (mounted on the cluster as /biotmp) only for the pise program (/mnt/sharedtmp/Pise_c), excluding some functional directories (-x option):
# remove Pise temporary files /usr/sbin/tmpwatch --ctime \ -x /mnt/sharedtmp/Pise_c/caprilog \ -x /mnt/sharedtmp/Pise_c/alexPise \ -x /mnt/sharedtmp/Pise_c/drawplasmid \ -x /mnt/sharedtmp/Pise_c/openFile \ -x /mnt/sharedtmp/Pise_c/openFileCol \ -x /mnt/sharedtmp/Pise_c/REQUESTS \ -x /mnt/sharedtmp/Pise_c/seq \ -x /mnt/sharedtmp/Pise_c/seqDNA \ -x /mnt/sharedtmp/Pise_c/seqPRO \ -x /mnt/sharedtmp/Pise_c/SplitSeq 120 /mnt/sharedtmp/Pise_c
