Hi,
Can anyone help me, we have an (e10k sol8) and I need to set up a cronjob that runs every other Sunday at 2am.
Is there any simple way to do this?
Cheers,
Austin.
I don't think there is using crontab alone. Try using some sanity checking/logic in your script. You could do something like have a file with a 1 or a 0 in it and have the script run every sunday, if it's a "1" it runs the process and changes it to "0", if it's a "0" it doesn't run the process but changes the value to "1". Something like that should work.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.