Wget - mirror remote webserver

From Skytech
Revision as of 08:46, 25 July 2013 by Martin (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Mirroring a remote webservice with wget

wget -mk -w 2 http://www.example.com/

Would mirror everything from example.com and -k would ensure it is making links pointing relative on localmachine instead of absolute path to remote server.

-w is to wait 2sec between each query not to hammer the remote server.