]> sjero.net Git - wget/commitdiff
[svn] * sample.wgetrc: Added entries for backup_converted and waitretry.
authordan <devnull@localhost>
Thu, 13 Apr 2000 01:42:34 +0000 (18:42 -0700)
committerdan <devnull@localhost>
Thu, 13 Apr 2000 01:42:34 +0000 (18:42 -0700)
* wget.texi (waitretry): Herold Heiko <Heiko.Herold@previnet.it>'s
new option was undocumented until now.  Reworded the suggested documentation he
sent to the list.

doc/ChangeLog
doc/sample.wgetrc
doc/wget.texi

index db44aed28f17bc0977fad28f3bc2203c2c4510c2..d2d73c04cb9da65a0147a3bbd75ff4997e872fee 100644 (file)
@@ -1,3 +1,11 @@
+2000-03-12  Dan Harkless  <dan-wget@dilvish.speed.net>
+
+       * sample.wgetrc: Added entries for backup_converted and waitretry.
+
+       * wget.texi (waitretry): Herold Heiko <Heiko.Herold@previnet.it>'s
+       new option was undocumented until now.  Reworded the suggested
+       documentation he sent to the list.
+
 2000-03-10  Dan Harkless  <dan-wget@dilvish.speed.net>
 
        * wget.texi (Recursive Retrieval Options): In -K description,
index e2f9011a0827848f1337101560035216fb756377..4ef63a7c0930c82b30dffba4235c0dd81ab7eaec 100644 (file)
 # the number of seconds you want Wget to wait.
 #wait = 0
 
+# If you don't want Wget to wait between every connection, but only between
+# retries of failed downloads, set this to the number of seconds to wait:
+#waitretry = 0
+
 # You can force creating directory structure, even if a single is being
 # retrieved, by setting this to on.
 #dirstruct = off
 # you are not sure you know what it means) by setting this to on.
 #recursive = off
 
+# To always back up file X as X.orig before converting its links (due to -k /
+# --convert-links / convert_links = on), set this variable to on:
+#backup_converted = off
+
 # To have Wget follow FTP links from HTML files by default, set this
 # to on:
 #follow_ftp = off
index eccfabb9dba089e7195a82b314733116b235775b..6bb0dded2f01fcd0863d392b9acd890390af2394 100644 (file)
@@ -560,6 +560,15 @@ Specifying a large value for this option is useful if the network or the
 destination host is down, so that Wget can wait long enough to
 reasonably expect the network error to be fixed before the retry.
 
+@cindex retries, waiting between
+@cindex waiting between retries
+@item --waitretry=@var{seconds}
+If you don't want Wget to wait between @emph{every} retrieval, but only
+between retries of failed downloads, you can use this option.  If you
+want to make sure you never "hammer" remote sites with rapid retries,
+you can leave it set all the time to some non-zero value using the
+waitretry variable in your @file{.wgetrc} file.
+
 @cindex proxy
 @item -Y on/off
 @itemx --proxy=on/off
@@ -1758,6 +1767,10 @@ Turn verbose on/off, the same as @samp{-v}/@samp{-nv}.
 
 @item wait = @var{n}
 Wait @var{n} seconds between retrievals, the same as @samp{-w}.
+
+@item waitretry = @var{n}
+Wait @var{n} seconds between retries of failed retrievals only -- the same as
+@samp{--waitretry}.
 @end table
 
 @node Sample Wgetrc,  , Wgetrc Commands, Startup File