Wednesday 13 November 2013

Using Wget to download entire website:


use following command to download the website:

wget -r -Nc -mk http://bacutin.blogspot.com/
-r  Turn on recursive retrieving
-N  Turn on time-stamping
-m  Create a mirror
-k  Convert the link

No comments: