MAILTO=dorner@astro.uni-wuerzburg.de # cronjobs for coma (Wuerzburg) # change permissions for files and directories in /fact ########################################################################## # permissions: # directories: u:+rwx g:+rx o:+rx -> 755 # files: u:+rw g:+r o:+r -> 644 ########################################################################## 0 8,18 * * * /usr/bin/find /fact/raw/ -type d -exec /bin/chmod 755 {} \; 0 8,18 * * * /usr/bin/find /fact/raw/ -type f -exec /bin/chmod 644 {} \; 0 8,18 * * * /usr/bin/find /fact/aux/ -type d -exec /bin/chmod 755 {} \; 0 8,18 * * * /usr/bin/find /fact/aux/ -type f -exec /bin/chmod 644 {} \; # backup of QLA: to be moved to user fact #30 8,10,12 * * * /home/fact/FACT.processing/DataCheck/Transfer/BackupQLA.sh