Index: trunk/DataCheck/Cron/crontab.fact-transfer
===================================================================
--- trunk/DataCheck/Cron/crontab.fact-transfer	(revision 13055)
+++ trunk/DataCheck/Cron/crontab.fact-transfer	(revision 13056)
@@ -1,6 +1,10 @@
 MAILTO=daniela.dorner@unige.ch
 # cronjobs for user fact_opr (ISDC) on isdc-dl00 (machine for transfer)
+# transfer of aux data from LP to isdc-dl00
+0,30 * * * * if ! ps aux | grep RsyncAuxToISDC | grep -v grep >/dev/null 2>&1  ; then ~/DataCheck/RsyncAuxToISDC.sh; fi
+# transfer of raw data from LP to isdc-dl00
+0,30 * * * * if ! ps aux | grep RsyncRawToISDC | grep -v grep >/dev/null 2>&1  ; then ~/DataCheck/RsyncRawToISDC.sh; fi
 # do backup of auxiliary data to Wuerzburg
-0,30 * * * * if ! ps aux | grep BackupAuxToWue | grep -v grep >/dev/null 2>&1  ; then ~/DataCheck/BackupAuxToWue.sh; fi
+15,45 * * * * if ! ps aux | grep BackupAuxToWue | grep -v grep >/dev/null 2>&1  ; then ~/DataCheck/BackupAuxToWue.sh; fi
 # do backup of raw data to Wuerzburg
-0 * * * * if ! ps aux | grep BackupRawToWue | grep -v grep >/dev/null 2>&1  ; then ~/DataCheck/BackupRawToWue.sh; fi
+15,45 * * * * if ! ps aux | grep BackupRawToWue | grep -v grep >/dev/null 2>&1  ; then ~/DataCheck/BackupRawToWue.sh; fi
Index: trunk/DataCheck/Cron/crontab.fact01
===================================================================
--- trunk/DataCheck/Cron/crontab.fact01	(revision 13055)
+++ trunk/DataCheck/Cron/crontab.fact01	(revision 13056)
@@ -6,3 +6,3 @@
 0 8 * * * export AUTOMATIONSETUP="lp.fact" ; /home/fact/DB_Backup/Mars.svn.2011.08.05/datacenter/scripts/budb
 # cp databases backup to Wue
-10 8 * * * /home/fact/DataCheck/RsyncDBToWue.sh
+10 8 * * * /home/fact/DataCheck/Monitoring/RsyncDBToWue.sh
Index: trunk/DataCheck/Cron/crontab.fact02
===================================================================
--- trunk/DataCheck/Cron/crontab.fact02	(revision 13055)
+++ trunk/DataCheck/Cron/crontab.fact02	(revision 13056)
@@ -2,3 +2,3 @@
 # cronjobs for fact02 alias aux
 # check time offset of machine
-0 */6 * * * /home/fact/SW.automatic.processing/DataCheck/CheckNTPDate.sh
+0 */6 * * * /home/fact/SW.automatic.processing/DataCheck/Monitoring/CheckNTPDate.sh
Index: trunk/DataCheck/Cron/crontab.fact04
===================================================================
--- trunk/DataCheck/Cron/crontab.fact04	(revision 13055)
+++ trunk/DataCheck/Cron/crontab.fact04	(revision 13056)
@@ -2,3 +2,3 @@
 # cronjobs for fact04 alias gui
 # check time offset of machine
-0 */6 * * * /home/fact/SW.automatic.processing/DataCheck/CheckNTPDate.sh
+0 */6 * * * /home/fact/SW.automatic.processing/DataCheck/Monitoring/CheckNTPDate.sh
Index: trunk/DataCheck/Cron/crontab.fact1
===================================================================
--- trunk/DataCheck/Cron/crontab.fact1	(revision 13055)
+++ trunk/DataCheck/Cron/crontab.fact1	(revision 13056)
@@ -2,16 +2,16 @@
 # cronjobs for fact1 alias data
 # check time offset of machine
-0 */6 * * * /home/fact/SW.automatic.processing/DataCheck/CheckNTPDate.sh
+0 */6 * * * /home/fact/SW.automatic.processing/DataCheck/Monitoring/CheckNTPDate.sh
 # rsync data from fact2 to fact1
-*/30 * * * * if ! ps aux | grep RsyncRaw | grep -v grep >/dev/null 2>&1 ; then /home/fact/SW.automatic.processing/DataCheck/RsyncRaw.sh ; fi
-*/15 * * * * if ! ps aux | grep RsyncAux | grep -v grep >/dev/null 2>&1  ; then /home/fact/SW.automatic.processing/DataCheck/RsyncAux.sh ; fi
+*/30 * * * * if ! ps aux | grep RsyncRawLP | grep -v grep >/dev/null 2>&1 ; then /home/fact/SW.automatic.processing/DataCheck/Transfer/RsyncRawLP.sh ; fi
+*/15 * * * * if ! ps aux | grep RsyncAuxLO | grep -v grep >/dev/null 2>&1  ; then /home/fact/SW.automatic.processing/DataCheck/Transfer/RsyncAuxLP.sh ; fi
 # compress data on fact1
-42 * * * * if ! ps aux | grep ZipRawData | grep -v grep >/dev/null 2>&1  ; then /home/fact/SW.automatic.processing/DataCheck/ZipRawData.sh ; fi
+21,42 * * * * if ! ps aux | grep ZipRawData | grep -v grep >/dev/null 2>&1  ; then /home/fact/SW.automatic.processing/DataCheck/Transfer/ZipRawData.sh ; fi
 # check raw data on fact1
-42 * * * * if ! ps aux | grep CheckRawData | grep -v grep >/dev/null 2>&1  ; then /home/fact/SW.automatic.processing/DataCheck/CheckRawData.sh ; fi
+21,42 * * * * if ! ps aux | grep CheckRawData | grep -v grep >/dev/null 2>&1  ; then /home/fact/SW.automatic.processing/DataCheck/Processing/CheckRawData.sh ; fi
 # fill auxiliary data on fact1
-21 8,10,12 * * * if ! ps aux | grep FillAuxData | grep -v grep >/dev/null 2>&1  ; then /home/fact/SW.automatic.processing/DataCheck/FillAuxData.sh ; fi
+21 8,10,12 * * * if ! ps aux | grep FillAuxData | grep -v grep >/dev/null 2>&1  ; then /home/fact/SW.automatic.processing/DataCheck/Processing/FillAuxData.sh ; fi
 # check disk usage for /loc_data
-0 * * * * /home/fact/SW.automatic.processing/DataCheck/CheckDU.sh
+0 * * * * /home/fact/SW.automatic.processing/DataCheck/Monitoring/CheckDU.sh
 # check processlog for WARN and ERROR
 10 0 * * * export AUTOMATIONSETUP="lp.fact"; /home/fact/SW.automatic.processing/Mars.CheObs.svn.2012.01.25/datacenter/scripts/checklogs
Index: trunk/DataCheck/Cron/crontab.fact2
===================================================================
--- trunk/DataCheck/Cron/crontab.fact2	(revision 13055)
+++ trunk/DataCheck/Cron/crontab.fact2	(revision 13056)
@@ -2,7 +2,7 @@
 # cronjobs for fact2 alias daq
 # check network status 
-*/15 * * * * /home/fact/SW.automatic.processing/DataCheck/CheckNetworkStatus.sh
+*/15 * * * * /home/fact/SW.automatic.processing/DataCheck/Monitoring/CheckNetworkStatus.sh
 # check time offset of machine
-0 */6 * * * /home/fact/SW.automatic.processing/DataCheck/CheckNTPDate.sh
+0 */6 * * * /home/fact/SW.automatic.processing/DataCheck/Monitoring/CheckNTPDate.sh
 # check disk usage for /loc_data
-0 * * * * /home/fact/SW.automatic.processing/DataCheck/CheckDU.sh
+0 * * * * /home/fact/SW.automatic.processing/DataCheck/Monitoring/CheckDU.sh
