HTTrack Website Copier
Free software offline browser - FORUM
Subject: Re: how can i download ONLY what i know has changed?
Author: Xavier Roche
Date: 08/07/2003 20:52
 
> i copy a HUGE website once a week. every week there is a 
> new directory added, but nothing else changes. is there a 
> way that i can ONLY get the new directory, and skip 
> everything else? it takes too long that way

Err, no.. the only hack would be to devalidate the files to 
be updated in the cache (by mangling the corresponding file 
entry names in hts-cache/new.ndx), and run a "--continue" 
(Continue an interrupted mirror) session ; but this would 
require some scripting ; such as

cat hts-cache/new.ndx | sed -e 's_/tobeupdated_/XXX_' > 
_tmp && mv -f _tmp hts-cache/new.ndx 

 
Reply Create subthread


All articles

Subject Author Date
how can i download ONLY what i know has changed?

08/05/2003 11:43
Re: how can i download ONLY what i know has changed?

08/07/2003 20:52




3

Created with FORUM 2.0.11