Page 1 of 1
Re: Multiple Add Cron Job
Posted: 08 Sep 2009, 19:53
by Jan
Hi, I think such behaviour cannot be added into the component, as this needs to be solved mostly in server (cron) ... The problem of frontend is the security, so there are and will be some restrictions
Jan
Re: Multiple Add Cron Job
Posted: 17 Nov 2009, 06:05
by gemlog
Hi Jan,
This is similar, but not quite the same question.
I rsync a dir via ssh on a cron to the server using keys. I would like to trigger the new category/thumbnail creation and also the "clean-up" code you have for deleted images and orphaned thumbnails using a cronjob on the server.
I could feed args to your code using datestamps to find new files and dirs. I'm only looking for hints to which files control those things I want to trigger.
I'm hoping it's deep enough in there that I can just copy it and avoid the joomla libs and authentication issues and just run my resulting script as apache user.
Re: Multiple Add Cron Job
Posted: 18 Nov 2009, 18:53
by Jan
Hi, sorry but I have no experiences with cron jobs, so I don't know
