]> dev.renevier.net Git - syj.git/blobdiff - scripts/crontab.syj
call cron scripts with php cli
[syj.git] / scripts / crontab.syj
index 0513a3055ed32739c440b27c101d24bc72d29f51..53159e907448cead95c8166102c5083666fdd30f 100644 (file)
@@ -1,6 +1,6 @@
 MAILTO=arno@renevier.net
 # every 5 minutes, call syj php cron
-*/5 * * * * /usr/bin/wget --header="Host: osm-syj.crans.org" http://localhost/cron -O /dev/null  -o /dev/null
+*/5 * * * * /data/project/syj/scripts/cron.php
 # every month, update geoip db
 12 3 3 * * /data/project/syj/scripts/updategeoip.sh
 # every day, delete old sessions files
@@ -11,3 +11,5 @@ MAILTO=arno@renevier.net
 48 4 * * * psql syj syj -c "VACUUM ANALYZE pending_actions" > /dev/null
 # every day, clear lighttpd compress cache
 12 5 * * * find /data/work/syj/lighttpd/lighttpd-cache -type f -mtime +2 | xargs -r rm
+# every day, database backup
+12 16 * * * pg_dump -t paths -t paths_id_seq -t pending_actions -t pending_actions_id_seq -t users -t users_id_seq  | gzip > /data/project/syj/backups/db_$(date +'\%Y-\%m-\%d').gz