-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcrontab
More file actions
16 lines (11 loc) · 706 Bytes
/
crontab
File metadata and controls
16 lines (11 loc) · 706 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Reference: https://www.semantic-mediawiki.org/wiki/Cron_jobs
# Update Special Pages
45 7 * * * root /usr/local/bin/updateSpecialPages.sh > /proc/1/fd/1 2>/proc/1/fd/2
# Run backups
43 0 * * * root /usr/local/backup-scripts/backup-script.sh > /proc/1/fd/1 2>/proc/1/fd/2
# SemanticMediaWiki recommended maintenance
30 * * * * root /usr/local/bin/updateEntityCollation.sh > /proc/1/fd/1 2>/proc/1/fd/2
15 9 * * SAT root /usr/local/bin/rebuildData.sh > /proc/1/fd/1 2>/proc/1/fd/2
15 9 * * SUN root /usr/local/bin/setupStore.sh > /proc/1/fd/1 2>/proc/1/fd/2
15 3 1 * * root php /usr/local/bin/removeDuplicateEntities.sh > /proc/1/fd/1 2>/proc/1/fd/2
# remember to end this file with an empty new line