| Last change
 on this file since 17825 was             16997, checked in by Daniela Dorner, 12 years ago | 
        
          | adapted to run as operator on coma | 
        
          | File size:
            792 bytes | 
      
      
| Line |  | 
|---|
| 1 | MAILTO=dorner@astro.uni-wuerzburg.de | 
|---|
| 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 | ########################################################################## | 
|---|
| 9 | 0 8,18 * * * /usr/bin/find /fact/raw/ -type d -exec /bin/chmod 755 {} \; | 
|---|
| 10 | 0 8,18 * * * /usr/bin/find /fact/raw/ -type f -exec /bin/chmod 644 {} \; | 
|---|
| 11 | 0 8,18 * * * /usr/bin/find /fact/aux/ -type d -exec /bin/chmod 755 {} \; | 
|---|
| 12 | 0 8,18 * * * /usr/bin/find /fact/aux/ -type f -exec /bin/chmod 644 {} \; | 
|---|
| 13 | # backup of QLA: to be moved to user fact | 
|---|
| 14 | #30 8,10,12 * * * /home/fact/FACT.processing/DataCheck/Transfer/BackupQLA.sh | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.