HTTrack Website Copier
Free software offline browser - FORUM
Subject: Re: Automating downloads...
Author: Xavier Roche
Date: 07/07/2002 22:31
 
> I have a number of projects (about 50) which I want to
> update once a week.  There's no inbuilt functionality for
> this so I want to script it (ksh).  I cant seem to work
> out how to call the command line version so it picks up
> the preferences from that the gui version saved..

Well, this is on the TODO list, but not yet built-in.

You may try something like:
cd /home/foobar/myprojects
find . -type d -exec sh -c '(cd {} && httrack --update --
quiet)' \;

Do some tests, but make a backup first of your projects :)
 
Reply Create subthread


All articles

Subject Author Date
Automating downloads...

07/07/2002 19:44
Re: Automating downloads...

07/07/2002 22:31
Re: Automating downloads...

07/07/2002 23:39




f

Created with FORUM 2.0.11