Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Cron Job Beginner Question

Quote Reply
Cron Job Beginner Question
Hello.

I am a beginner with cron jobs.

I want set a cron job to build changed pages (...nph-build.cgi?do=changed) automatically every night.

How can I do that?


Knubbel
Quote Reply
Re: [Knubbel] Cron Job Beginner Question In reply to
0 * * * * perl /path/to/your/admin/nph-build.cgi --changed

That should do the trick :)

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [Andy] Cron Job Beginner Question In reply to
Thank you Andy!
It works fine... Cool

Knubbel

Last edited by:

Knubbel: Sep 11, 2008, 4:58 AM