-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Fri, Mar 14, 2003 at 02:00:40PM -0500, Alan Shutko wrote:
> BackupCentral.com uses some URLs like
> http://www.backupcentral.com/cgi-bin/redirect?url=http://www.stor2b.com/index.php
> to go to other places. wget will hit that url (since it's in the
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Fri, Mar 14, 2003 at 09:48:28AM -0500, stan wrote:
> I;ve tried thinhs likke --mirrot and --convert-links, but I wind up having
> wget chase loinks all over the web. How can I restrict it to jsut follow
> links on this site itseelf?
This is the def
This is what I mostly use:
wget -r -np -nH --convert-links http://www.domain.edu/page
the -r recursively retrieves subdirectories and referencing
pages
-np = -no-parent makes sure it doesn't go all over the
entire web.
-nH = no host directories
--convert-links makes sure the page works off the fil
* stan <[EMAIL PROTECTED]> [20030314 13:14 PST]:
> I wound up with teh command line:
>
> wget --convert-links --no-parent -r -l0 --domains=www.backupcentral.com \
> http://www.backupcentral.com/amanda.html
>
> Just to get the final resolutin in the list archive for those that may
> search for t
On Fri, Mar 14, 2003 at 04:11:32PM -0500, stan wrote:
> On Fri, Mar 14, 2003 at 01:40:36PM -0600, Michael Heironimus wrote:
> > On Fri, Mar 14, 2003 at 01:00:44PM -0500, stan wrote:
> > > I thought the no-parent might eb the key, but I tried:
> > >
> > > wget --no-parent -r -l0 --domains=www.backu
On Fri, Mar 14, 2003 at 01:40:36PM -0600, Michael Heironimus wrote:
> On Fri, Mar 14, 2003 at 01:00:44PM -0500, stan wrote:
> > I thought the no-parent might eb the key, but I tried:
> >
> > wget --no-parent -r -l0 --domains=www.backupcentral.com
> > http://www.backupcentral.com/amanda.html
> >
On Fri, Mar 14, 2003 at 02:00:40PM -0500, Alan Shutko wrote:
> stan <[EMAIL PROTECTED]> writes:
>
> > wget --no-parent -r -l0 --domains=www.backupcentral.com
> > http://www.backupcentral.com/amanda.html
> >
> > And let it run for a few seconds, and here is what I get:
>
> BackupCentral.com uses
On Fri, Mar 14, 2003 at 01:00:44PM -0500, stan wrote:
> I thought the no-parent might eb the key, but I tried:
>
> wget --no-parent -r -l0 --domains=www.backupcentral.com
> http://www.backupcentral.com/amanda.html
>
> And let it run for a few seconds, and here is what I get:
>
> ls
>
> openvie
stan <[EMAIL PROTECTED]> writes:
> wget --no-parent -r -l0 --domains=www.backupcentral.com
> http://www.backupcentral.com/amanda.html
>
> And let it run for a few seconds, and here is what I get:
BackupCentral.com uses some URLs like
http://www.backupcentral.com/cgi-bin/redirect?url=http://www.s
On Fri, Mar 14, 2003 at 04:53:47PM +0100, Nicolas Kratz wrote:
> On Fri, Mar 14, 2003 at 09:48:28AM -0500, stan wrote:
> > I;ve tried thinhs likke --mirrot and --convert-links, but I wind up having
> > wget chase loinks all over the web. How can I restrict it to jsut follow
> > links on this site i
At 09:48 AM 3/14/2003 -0500, stan wrote:
I want to make a copy of a certain web site to place on my internal
wbserver. I'm trying to figure out the ocrretc options to use with wget to
do this. Everytning I do seems to downlad way too much stuff.
Specificly I want to make a copy of http://www.backup
On Fri, Mar 14, 2003 at 09:48:28AM -0500, stan wrote:
> I;ve tried thinhs likke --mirrot and --convert-links, but I wind up having
> wget chase loinks all over the web. How can I restrict it to jsut follow
> links on this site itseelf?
A) wget --no-parent -r -l0 --domains=www.example.org http://ww
hey stan,
On Fri, Mar 14, 2003 at 09:48:28AM -0500, stan wrote:
> I;ve tried thinhs likke --mirrot and --convert-links, but I wind up having
> wget chase loinks all over the web. How can I restrict it to jsut follow
> links on this site itseelf?
i usually use wget -m for this, which is the same a
13 matches
Mail list logo