source: trunk/DataCheck/crontab.coma@ 12727

Last change on this file since 12727 was 12661, checked in by Daniela Dorner, 13 years ago
added (crontab for coma)
File size: 503 bytes
Line 
1MAILTO=system@fact-project.org
2# cronjobs for coma (Wuerzburg)
3# change permissions for files and directories in /fact
40 8,18 * * * /bin/chmod -R a+r /fact/raw/
50 8,18 * * * /bin/chmod -R a+r /fact/aux/
60 8,18 * * * /usr/bin/find /fact/raw/ -type d -exec /bin/chmod a+x {} \;
70 8,18 * * * /usr/bin/find /fact/aux/ -type d -exec /bin/chmod a+x {} \;
80 8,18 * * * /usr/bin/find /fact/raw/ -type d -exec /bin/chmod g+x {} \;
90 8,18 * * * /usr/bin/find /fact/aux/ -type d -exec /bin/chmod g+x {} \;
Note: See TracBrowser for help on using the repository browser.