How to schedule cron backup to run on 4th saturday of
month??
Answers were Sorted based on User's Feedback
Answer / t.s.sivakumar.
above friend answer is wrong.Do not mistake me...
Correct answer is
* * * * 6 weekdaynum 4&& sh /backup/test.sh
| Is This Answer Correct ? | 23 Yes | 7 No |
Answer / sureshbabu a
* * * * 6 weekdaynum 4 && sh /backup/test.sh
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / ratheesh r
* * * * 6 weekdaynum 4 && sh /backup/test.sh
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / gurdeep singh
“At 00:00 on every day-of-month from 22 through 28 and on Saturday.”
0 0 22-28 * 6
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / v.balaviswanathan
I think it must be like this
* * * * 4/7 <backup command>
| Is This Answer Correct ? | 0 Yes | 4 No |
What are the linux commands used in devops?
What is $@ in makefile?
How do I find hostname in linux?
Explain the ‘ls’ command in linux
What does (cd dir && command) do?
what is QUOTA-V
What command you execute to display the last five commands you have entered?
what is emacs editor and feature........???????????????????????????
What is the difference between diff and cmp command in unix?
Enlist some linux to file content commands?
What is the difference between find and locate command in linux?
Which daemon is used for scheduling of the commands?