X-Git-Url: https://dev.renevier.net/?a=blobdiff_plain;f=scripts%2Fcrontab.syj;h=cf80bef8bc5f9279d621b420049264a8d229e65e;hb=57959e0991b7c8c5e33e58adba806749c4512b54;hp=0360fd4a75f2deafb6f2f9829bff6310a86f0990;hpb=96d851254c810af41225f775caf7c6b98fce7de9;p=syj.git diff --git a/scripts/crontab.syj b/scripts/crontab.syj index 0360fd4..cf80bef 100644 --- a/scripts/crontab.syj +++ b/scripts/crontab.syj @@ -9,3 +9,7 @@ MAILTO=arno@renevier.net 48 4 * * * psql syj syj -c "VACUUM ANALYZE users" > /dev/null 48 4 * * * psql syj syj -c "VACUUM ANALYZE paths" > /dev/null 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