Git Repository Public Repository

namibia

URLs

Copy to Clipboard

Diff Revisions df0489 ... vs bb2698 ... for /bid4cars_cron

Diff revisions: vs.
  @@ -1,28 +1,28 @@
1 1 SHELL=/bin/bash
2 2 PATH=/sbin:/bin:/usr/sbin:/usr/bin
3 3 MAILTO=root
4 - HOME=/var/www/B4C2
4 + HOME=/var/www/namibia
5 5
6 6 # mon,tue,wed,thu,fri
7 7 # Every couple of minutes
8 - */2 * * * * root php /var/www/B4C2/public/index.php priceguide process
9 - */5 * * * mon,tue,wed,thu,fri,sat root php /var/www/B4C2/public/index.php auction process
10 - 0 16 * * mon,tue,wed,thu,fri,sat root php /var/www/B4C2/public/index.php auction cleanup
11 - 0 * * * * root php /var/www/B4C2/public/index.php export data to gems
8 + */2 * * * * root php /var/www/namibia/public/index.php priceguide process
9 + */5 * * * mon,tue,wed,thu,fri,sat root php /var/www/namibia/public/index.php auction process
10 + 0 16 * * mon,tue,wed,thu,fri,sat root php /var/www/namibia/public/index.php auction cleanup
11 + 0 * * * * root php /var/www/namibia/public/index.php export data to gems
12 12
13 13 # Every 10 minutes
14 - */10 * * * * root php /var/www/B4C2/public/index.php retail process
14 + */10 * * * * root php /var/www/namibia/public/index.php retail process
15 15
16 16 # Every morning at 06:01
17 - 1 6 * * * root find /var/www/B4C2/data/file/token* -mtime +5 -exec rm {} \;
17 + 1 6 * * * root find /var/www/namibia/data/file/token* -mtime +5 -exec rm {} \;
18 18
19 19 # Every week-day morning at 8:02
20 - 2 8 * * mon,tue,wed,thu,fri,sat root php /var/www/B4C2/public/index.php auction newsletter
20 + 2 8 * * mon,tue,wed,thu,fri,sat root php /var/www/namibia/public/index.php auction newsletter
21 21
22 22 # On 2nd of every month at 9am
23 - 0 9 2 * * root php /var/www/B4C2/public/index.php adherence process
23 + 0 9 2 * * root php /var/www/namibia/public/index.php adherence process
24 24
25 25 # On last day of month at 11pm
26 - 0 23 30 4,6,9,11 * root php /var/www/B4C2/public/index.php click report
27 - 0 23 31 1,3,5,7,8,10,12 * root php /var/www/B4C2/public/index.php click report
28 - 0 23 28 2 * root php /var/www/B4C2/public/index.php click report
26 + 0 23 30 4,6,9,11 * root php /var/www/namibia/public/index.php click report
27 + 0 23 31 1,3,5,7,8,10,12 * root php /var/www/namibia/public/index.php click report
28 + 0 23 28 2 * root php /var/www/namibia/public/index.php click report