[dba-Tech] Capture Web Site

Jim Lawrence accessd at shaw.ca
Sat Jan 4 17:28:19 CST 2014


Hi Arthur:

PS: From your Linux command prompt (terminal mode) you can use something as simple as the following to pull an entire website:

$ wget \
     --recursive \
     --no-clobber \
     --page-requisites \
     --html-extension \
     --convert-links \
     --restrict-file-names=windows \
     --domains website.org \
     --no-parent \

Just change "website.org" to the name of the site you are offloading and migrate to the directory where you want your copy installed before pressing enter. For further details on using wget, from the terminal prompt enter "man wget". (I wonder if Windows has anything that simple within their extended script language?) 

Jim

----- Original Message -----
From: "Arthur Fuller" <fuller.artful at gmail.com>
To: "Discussion of Hardware and Software issues" <dba-tech at databaseadvisors.com>
Sent: Saturday, January 4, 2014 8:07:30 AM
Subject: Re: [dba-Tech] Capture Web Site

Thanks for the code, Gustav, but I was actually looking for something that
would download an entire web site, not just a page. I'll try Google now.

Arthur

_______________________________________________
dba-Tech mailing list
dba-Tech at databaseadvisors.com
http://databaseadvisors.com/mailman/listinfo/dba-tech
Website: http://www.databaseadvisors.com


More information about the dba-Tech mailing list