]> sjero.net Git - wget/blobdiff - doc/sample.wgetrc
[svn] * sample.wgetrc: Added entries for backup_converted and waitretry.
[wget] / doc / sample.wgetrc
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