HTTrack Website Copier
Free software offline browser - FORUM
Subject: Re: Run httrack in perl with cron
Author: Xavier Roche
Date: 07/11/2002 19:58
 
> open(FILE,'|httrack $URL -O /tmp/test/$SiteId -
> m1000000M50000000nN4q');
> Then the output will be sended to the user's email 
account 
> as an email. This is very annoying if I am using cron to 
> run the perl script every minute, because my email 
account 
> will be flooded with these kind of messages.

Isn't it possible to do:
open(FILE,'|httrack $URL -O /tmp/test/$SiteId - 
m1000000M50000000nN4q >/dev/null');
?
Besides you should add the two keywords:
--quiet

To avoid any input request.
 
Reply Create subthread


All articles

Subject Author Date
Run httrack in perl with cron

07/11/2002 11:39
Re: Run httrack in perl with cron

07/11/2002 19:58
Re: Run httrack in perl with cron

07/11/2002 21:32
Re: Run httrack in perl with cron

07/11/2002 21:43
Re: Run httrack in perl with cron

07/11/2002 22:05
Re: Run httrack in perl with cron

07/11/2002 22:19
Re: Run httrack in perl with cron

07/12/2002 21:49




0

Created with FORUM 2.0.11