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
|
air object changed: Compares two branches or versions of a single technical repository or two repositories, and identifies which objects have changed. The command outputs the list of files that have been added, removed, or changed between the source and target as follows: Code (meaning) Description A (Added) The file exists in the target but not in the source. R (Removed) The file exists in the source but not in the target. M (Modified) The file is different in the source and the target. S (Same) The file is the same in the source and the target. U (Unknown) The difference could not be determined. Occurs due to permission errors or when an object cannot be checked out. N (No object) The specified object does not exist in either the source or the target. air tag diff: ...