Cronjob bi-Monthly Setup
Maxime Alarie
malarie at processia.com
Thu Dec 2 21:14:22 UTC 2010
Hi,
This is my crontab Reference:
#Crontab Reference
# * * * * * command to be executed
# - - - - -
# | | | | |
# | | | | +----- day of week (0 - 6) (Sunday=0)
# | | | +------- month (1 - 12)
# | | +--------- day of month (1 - 31)
# | +----------- hour (0 - 23)
# +------------- min (0 - 59)
What would be the entry of a bi-monthly entry? (every 2 weeks) Doing
it in hours is not very elegant. Should I Gio like this?
0 10 1,15 * * /etc/scripts/my_script?
Thanks.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ubuntu.com/archives/ubuntu-users/attachments/20101202/8a63855a/attachment.html>
More information about the ubuntu-users
mailing list