| > I had created a project & it kept downloading for
> several hours.I have interrupted it now. But it has
> downloaded a good part of the website I need.
Don't interrupt or cancel updates (it will redownload the remainder of the
mirror.)
> My rules shows as
> <http://www.xxx.edu/handouts/webpages/> -O1 "F:\My
> Web Sites\handouts_webpages" +*.*
> -ad.doubleclick.net/* -mime:application/foobar
This allows all files containing a dot from anywhere (most of the internet)
> After reading the forum I realised the rule should
> be
> <http://www.xxx.edu/handouts/webpages/> -O1 "F:\My
> Web Sites\handouts_webpages"
> <http://www.xxx.edu/handouts/webpages/>+*.*
Not a valid filter.
If you ONLY want files under webpages the filter is:
-* +*/webpages/*
Add the near flag (get non-html related) to get css/js/images from where ever
stored.
> <http://www.xxx.edu/handouts/webpages/>+*.* that has
> been already downloaded be DELETED?yes.
> 2. I also want to change the path where I am
> downloading to something shorter. How do I do it?files are stored in
<BasePath>/<ProjectName>/<localStructure>
See <http://www.httrack.com/html/step1.html> and options->build
> 3. Will be simpler just to create a new project with
> a new rule & new path name & run it?
yes
> 4. I was thinking
Won't work, filenames in cache won't match new structure and will be purged.
Finish the mirror and then move them, but you won't be able to update.
| |