I want to run a cronjob every two weeks on Sundays at midnight.
This is what I've tried.
0 0 * * 0/2 /path/to/script
Is this correct? Will it execute the next Sunday and then every two weeks? I cant test it on my server at this point.. Please help.
Thanks.