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 can I only see the last 5 lines of a file?
What is command grouping?
What is clang linux?
tell me command for" to create more than one name to a file".
How you will create new folder / directories and how to remove file and folder in linux?
You are required to restore the file memo.ben. It was backed up in the tar file MyBackup.tar. Which command would you use to do it?
What does && mean in linux?
I have a user name in /etc/vsftpd/user_list which is for blocking the ftp user. Now i blocked the user as well ,but without removing username in user_list i wanna access the users home directory and his own directory .How will you access the data ????
Describe the mknod command and when you’d use it.
How can we increase disk read performance in single command in Linux?
Linux system monitoring Tools?
What command can you use to make a tape archive file of a /home directory and send it to the /dev/tape device?