biolocal:Biotmp policy

From Wiki CEINGE

(Difference between revisions)
Jump to: navigation, search
Revision as of 13: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
Revision as of 13:31, 5 October 2007 (edit) (undo)
Gianluca (Talk | contribs)

Next diff →
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>

Revision as of 13:31, 5 October 2007

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
Personal tools