Will this crontab work right?

Posted by poru on Server Fault See other posts from Server Fault or by poru
Published on 2010-04-06T21:31:23Z Indexed on 2010/04/06 21:33 UTC
Read the original article Hit count: 385

Filed under:
|

I added two lines to my crontab:

0,4,1,* * * * * /srv/vhostsbackup.sh

30,4,1,* * * * * /srv/dbbackup.sh

Both sh should be executed one time at the first day of a month. Would they work?

© Server Fault or respective owner

Related posts about linux

Related posts about crontab