How to Cache or copy a website?

Full website contents can be copied with wget command with below options :

wget \
--recursive \
--no-clobber \
--page-requisites \
--html-extension \
--convert-links \
--restrict-file-names=windows \
--domains www.domain.com \
--no-parent \
http://www.domain.com/folder/
Was this answer helpful? 4 Users Found This Useful (201 Votes)

Powered by WHMCompleteSolution