On 08/11/2012 03:40 PM, Jari Fredriksson wrote:

My cron job ran the nightly job, while weekly was supposed to run.

I just run the auto-mass-check.sh and I though it can somehow know when
to swich to "weekly-mode". Apparently this is not the case, so I
rescheduled a separate weekly job for saturday.

I'm running now the weekly job, so I have two rsync results to corpus,
and the weekly probably is too late to get into the results..

Sorry... but I really can't remember having scheduled separate jobs
earlier, all scripts and scron jobs should have been moved as is from my
earlier VM.

It should switch over...

shot in the dark: to run the weekly job script uses:


elif date -u |grep -q ^Sat; then
        # If Saturday, run the weekly_mass_check
        TYPE=weekly_mass_check

if your "date" command produces output in other than english if won't run weekely

pls post your "date" output

Alex




Reply via email to