Index: trunk/DataCheck/Cron/crontab.fact2
===================================================================
--- trunk/DataCheck/Cron/crontab.fact2	(revision 14842)
+++ trunk/DataCheck/Cron/crontab.fact2	(revision 14843)
@@ -1,3 +1,4 @@
-MAILTO=daniela.dorner@unige.ch
+MAILTO=dorner@astro.uni-wuerzburg.de
+AUTOMATIONSETUP="fact.lp.data"
 # cronjobs for fact2 alias daq
 # check network status 
@@ -7,2 +8,10 @@
 # check disk usage for /loc_data
 0 * * * * /home/fact/SW.automatic.processing/DataCheck/Monitoring/CheckDU.sh
+# rsync auxfiles from newdaq via daq to data
+*/15 * * * * if ! ps aux | grep RsyncAuxLP | grep -v grep >/dev/null 2>&1  ; then /usr/bin/nice -n 19 /usr/bin/ionice -c 3 /home/fact/SW.automatic.processing/DataCheck/Transfer/RsyncAuxLP.sh ; fi
+# first step of the automatic analysis (rsync newdaq->daq, sequ writing, callisto, star)
+*/15 19-23,0-7 * * * if ! ps aux | grep AutomaticAnalysisStep1 | grep -v grep >/dev/null 2>&1  ; then /usr/bin/nice -n 19 /usr/bin/ionice -c 3 /home/fact/SW.automatic.processing/DataCheck/AutomaticAnalysis/AutomaticAnalysisStep1.sh ; fi
+0 8-18 * * * if ! ps aux | grep AutomaticAnalysisStep1 | grep -v grep >/dev/null 2>&1  ; then /usr/bin/nice -n 19 /usr/bin/ionice -c 3 /home/fact/SW.automatic.processing/DataCheck/AutomaticAnalysis/AutomaticAnalysisStep1.sh ; fi
+# second step of the automatic analysis (ganymed in different time ranges)
+*/10 19-23,0-7 * * * if ! ps aux | grep AutomaticAnalysisStep2a | grep -v grep >/dev/null 2>&1  ; then /usr/bin/nice -n 19 /usr/bin/ionice -c 3 /home/fact/SW.automatic.processing/DataCheck/AutomaticAnalysis/AutomaticAnalysisStep2a.sh ; fi
+0 8-18 * * * if ! ps aux | grep AutomaticAnalysisStep2a | grep -v grep >/dev/null 2>&1  ; then /usr/bin/nice -n 19 /usr/bin/ionice -c 3 /home/fact/SW.automatic.processing/DataCheck/AutomaticAnalysis/AutomaticAnalysisStep2a.sh ; fi
