source: trunk/DataCheck/Cron/crontab.coma@ 16532

Last change on this file since 16532 was 15560, checked in by Daniela Dorner, 12 years ago
added/updated cron for backup of QLA
File size: 751 bytes
Line 
1MAILTO=system@fact-project.org
2# cronjobs for coma (Wuerzburg)
3# change permissions for files and directories in /fact
4##########################################################################
5# permissions:
6# directories: u:+rwx g:+rx o:+rx -> 755
7# files: u:+rw g:+r o:+r -> 644
8##########################################################################
90 8,18 * * * /usr/bin/find /fact/raw/ -type d -exec /bin/chmod 755 {} \;
100 8,18 * * * /usr/bin/find /fact/raw/ -type f -exec /bin/chmod 644 {} \;
110 8,18 * * * /usr/bin/find /fact/aux/ -type d -exec /bin/chmod 755 {} \;
120 8,18 * * * /usr/bin/find /fact/aux/ -type f -exec /bin/chmod 644 {} \;
1330 8,10,12 * * * /home/fact/SW.automatic.processing/DataCheck/Transfer/BackupQLA.sh
Note: See TracBrowser for help on using the repository browser.