POV-Ray : Newsgroups : povray.off-topic : Task scheduling? : Re: Task scheduling? Server Time
3 Sep 2024 15:16:36 EDT (-0400)
  Re: Task scheduling?  
From: Darren New
Date: 14 Nov 2010 12:47:04
Message: <4ce02098@news.povray.org>
Le_Forgeron wrote:
> Same for me, wget & cron, done (as long as the system is up), a mv from
> the same cron's line after success of the wget might be a plus, but wget
> does not overwrite and rename with *.### so no problem

Alternately,
wget --output-file=/home/save/blah/`date +%s`.jpg
done via cron. Then you get it named with the timestamp it was fetched 
(modulo network delays).

-- 
Darren New, San Diego CA, USA (PST)
   Serving Suggestion:
     "Don't serve this any more. It's awful."


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.