-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcrontab.txt
More file actions
22 lines (21 loc) · 1.46 KB
/
crontab.txt
File metadata and controls
22 lines (21 loc) · 1.46 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Notice that tasks will be started based on the cron's system
# daemon's notion of time and timezones.
#
# Output of the crontab jobs (including errors) is sent through
# email to the user the crontab file belongs to (unless redirected).
#
# For example, you can run a backup of all your user accounts
# at 5 a.m every week with:
# 0 5 * * 1 tar -zcf /var/backups/home.tgz /home/
#
# For more information see the manual pages of crontab(5) and cron(8)
#
# m h dom mon dow command
01 6,18 * * * bash ${HOME}/index-scripts-host/GIOPS/index_giops.sh >> ${HOME}/index-scripts-host/logs/index_giops.log 2>&1
01 */6 * * * bash ${HOME}/index-scripts-host/RIOPS/index_riops.sh >> ${HOME}/index-scripts-host/logs/index_riops.log 2>&1
01 7,12,18,13 * * * bash ${HOME}/index-scripts-host/CIOPS/index_ciops.sh >> ${HOME}/index-scripts-host/logs/index_ciops.log 2>&1
01 6,18 * * * bash ${HOME}/index-scripts-host/CAPS/index_caps.sh >> ${HOME}/index-scripts-host/logs/index_caps.log 2>&1
01 12 * * * bash ${HOME}/index-scripts-host/POPS/index_pops.sh >> ${HOME}/index-scripts-host/logs/index_pops.log 2>&1
01 6,18 * * * bash ${HOME}/index-scripts-host/GDWPS/sync_gdwps.sh >> ${HOME}/index-scripts-host/logs/sync_gdwps.log 2>&1
01 1,7,13,19 * * * bash ${HOME}/index-scripts-host/WCPS/index_wcps.sh >> ${HOME}/index-scripts-host/logs/index_wcps.log 2>&1
01 0 * * * ssh ubuntu@u2004-index "cd index-scripts-remote/ ; python clean_archive_dbs.py" >> ${HOME}/index-scripts-host/logs/clean_archive.log 2>&1