| > I want to mirror a site that change its entire
content
> every night and then changes small portion of
> index.html every five minutes, what i want to do is
to
> only check index.html for updates so i wont overload
> the server and then do a complete update nightly.
> Is this possible ?
Not really - you will always have to check remotely
ALL files to see if some of them have been updated if
you select the 'Update' function. You can not update
only index.html file and ask the engine NOT to check
other files. Update requests are faster and takes few
bandwidth, but it can still overload a bit a server..
| |