[LINK] RFI: Mirroring Complete Web-Sites?

Fernando Cassia fcassia at gmail.com
Wed Aug 31 16:11:01 AEST 2011


On Wed, Aug 31, 2011 at 01:29, Roger Clarke <Roger.Clarke at xamax.com.au> wrote:
>
> I need to urgently mirror a web-site, which is about to disappear
> (don't ask, but assume bumbling governmental incompetencies).

wget -m -np -k -c "http://sitename.gov.ar/whatever"

Wget comes with Linux, and if you are using Windows, get wget for
win32 from here:

http://users.ugent.be/~bpuype/wget/

Save it to a dir on your path (ie c:\windows) then invoke it from a
command line window, with the parameters quoted above.

-m = mirroring
-np = ignore parent dir
-k = convert all links to relative links
-c = continue if interrupted

FC



More information about the Link mailing list