Hi, I am using crontab command for db backup purpose,and want to take a backup once every two days. is this correct 0 0 2 * * *
if wrong please tell me the correct command for setting cron for 2 days..pls help..
|
|
Hi, I am using crontab command for db backup purpose,and want to take a backup once every two days. is this correct 0 0 2 * * * if wrong please tell me the correct command for setting cron for 2 days..pls help..
|
||
|
|
|
|
From here:
So I think you want What you've got ( p.s. You seem to have an extra asterisk in your answer. The format should be:
So your extra asterisk would be in the |
|||
|
|
|
|
If you wanna use crontab -e command, try this time pattern: 0 1 */2 * * command_to_execute Or, you can try SetCronJob for a web based solution. You can easily create cron jobs every 2 days with the second creating row. |
||
|
|
|
|
Try CronWTF to find out. |
||
|
|