Mailinglist Archive: opensuse (6210 mails)

< Previous Next >
Re: [SLE] wget confusion...
  • From: Anders Norrbring <lists@xxxxxxxxxxxx>
  • Date: Sun, 30 Oct 2005 10:57:38 +0100
  • Message-id: <43649912.2020908@xxxxxxxxxxxx>
On 2005-10-30 11:54 Goksin Akdeniz wrote:
I'm a bit confused by the behavior of wget... I've issued the command

wget -m -k -K -np http://host.domain.tld/directory/

on a box to backup a site completely, but after what I can see, wget
loops this indefinately, am I right?

My intention was that it should do one round, and then exit, but it
seems like it just goes on...


Try wget -rEKk www.somesite.com/directory/

But I don't want the -E since it translates links.. Neither do I need the -r, all pages are static html.

So, that leaves kK, why would I skip -np and -m ?

--

Anders Norrbring
Norrbring Consulting

< Previous Next >