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 |
How do you sort cpu in top command?
Explain the free command.
What is the command can be used to check for file corruption?
Who command in linux?
What does the 'cd' command do in Linux?
What is option in linux command?
How do I do a whois search?
What does umask 077 mean?
What are vim commands?
What are different command to check ram, process and hdd of linux machine?
what is QUOTA-V
What is $@ in shell?