| Hi.
I had used something like
httrack.exe --mirror --continue +http://www.example.com/*
<http://www.example.com/>
but the site had a robots rule forbidding /search/,
but it kept maybe 10 image/css files under /search/
so now my 150MB local copy uses
<http://www.example.com/search/style.css>
all over the place
How can I update my mirror, but only
to download the 10 missing css/image files
and update all the local references
without checking to see if every single file has been updated?
I would really love it if this feature exists, and I don't have to resort to
writing a shell script to update the files
I would really love it if +*.css was part of the default
| |