Re: how to run task periodically

2010-08-21 Thread Adam Vande More
Dear Sir/Madam, Your email was unable reach the intended person that you were sending it to. For more information on our business please click on the following link: [1]Click here for our website We look forward to your continued business in the future. Regards, Webmaste

Re: how to run task periodically

2010-08-18 Thread Mark Stapper
On 18-8-2010 9:22, Adam Vande More wrote: > On Wed, Aug 18, 2010 at 1:58 AM, Mark Stapper > wrote: > > So I need a utility that enable me to say: "if a week has passed since > the last run, run this command". > Is there such a utlility? > > > /usr/ports/sysut

Re: how to run task periodically

2010-08-18 Thread Jeff Laine
On 08/18/2010 10:58, Mark Stapper wrote: Hi, I have a system that doesn't run 24/7/365. I would like to make sure that some tasks (like updating the ports tree) run weekly/monthly etc. As the system isn't on 24/7 the cron job I usually run for these tasks doesn't work as the machine isn't alwa

Re: how to run task periodically

2010-08-18 Thread Antonio Vieiro
crontab -e ? See http://en.wikipedia.org/wiki/Cron Cheers, Antonio 2010/8/18 Mark Stapper : >  Hi, > > I have a system that doesn't run 24/7/365. > I would like to make sure that some tasks (like updating the ports tree) > run weekly/monthly etc. > As the system isn't on 24/7 the cron job I usua

Re: how to run task periodically

2010-08-18 Thread Adam Vande More
On Wed, Aug 18, 2010 at 1:58 AM, Mark Stapper wrote: > So I need a utility that enable me to say: "if a week has passed since > the last run, run this command". > Is there such a utlility? > /usr/ports/sysutils/anacron -- Adam Vande More ___ freebsd

how to run task periodically

2010-08-18 Thread Mark Stapper
Hi, I have a system that doesn't run 24/7/365. I would like to make sure that some tasks (like updating the ports tree) run weekly/monthly etc. As the system isn't on 24/7 the cron job I usually run for these tasks doesn't work as the machine isn't always running on the scheduled time. So I need