[thelist] FW:How to find out the size of a web site?

Liam Delahunty ldelahunty at britstream.com
Fri Nov 8 07:51:05 CST 2002


Flavia Tarzwell wrote:

> 2. Is there an easier way of grabbing a site off of the web than
> grabbing each page and graphic one at a time? This site has close to
> 50 linked pages with graphics and forms.

If you have Linux and shell access then, (or get the current hosts to) tar
zip the thing. Tar retains file permissions and ownership which will come in
useful if there are any scripts...

tar cvzf myfile.tar.gz webfolder

where "webfolder" is the name of the folder that contains the web site, it
may be web, www, htdocs, docs, etc...

Then on your server upload the file somewhere and
tar xvzf mayfile.tar.gz /path/to/clients/webfolder/

You may need to run as root on your system for the ownership permissions to
remain intact...

kind regards,
Liam




More information about the thelist mailing list