[dba-Tech] Capture Web Site

Arthur Fuller fuller.artful at gmail.com
Sat Jan 4 21:02:23 CST 2014


Thanks a ton, Jim.  One of the nice things about an GB setup is the speed
of a a Linux VM. Shakl tryy this right now


On Sat, Jan 4, 2014 at 6:28 PM, Jim Lawrence <accessd at shaw.ca> wrote:

> 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
> _______________________________________________
> dba-Tech mailing list
> dba-Tech at databaseadvisors.com
> http://databaseadvisors.com/mailman/listinfo/dba-tech
> Website: http://www.databaseadvisors.com
>



-- 
Arthur


More information about the dba-Tech mailing list