CRONTAB
Crontab (CRON TABLE) is a file which contains the schedule of cron entries to
be run and at specified times.
INTERVAL INFO :
|
||||||||||||||||||
SYNTAX AND EXAMPLE
§ If you wished to have a
script named /root/backup.sh run every day at 3am, your crontab entry would
look like as follows.
# crontab -e
Append the following
entry:
0 3 * * * /root/backup.sh
TIP :
To delete GDE-WATHERS created by users , USERS can add this in their DEV
§ 00 10 * * * find
/EME/dev/src/developers/${USER} /home/${USER} /var/stage/abinitio/data/dev/
-name 'GDE-WATCHER-*' -user ${USER} -mtime +1 | xargs -i rm -f {}
REFERENCE
§
CRONTAB is used in abadmq* users of hq1adwq01 server.
AREA OF USAGE
§
Periodic cleanup
1. GDEwatchers
2. Recovery file
3. Data file older than 90 days
4. Moving files to backup
|