Difference between revisions of "Wget --mirror / -m"

From wikieduonline
Jump to navigation Jump to search
m (Welcome moved page Wget -m to Wget --mirror / -m)
 
(3 intermediate revisions by the same user not shown)
Line 4: Line 4:
  
 
  export http_proxy=http://127.0.0.1:3128/
 
  export http_proxy=http://127.0.0.1:3128/
  wget --cache=off [[--mirror]] http://www.mywebsite.org
+
 
 +
[[wget -e]] [[robots]]=off [[--mirror]] https://www.mywebsite.org
 +
  wget --cache=off [[--mirror]] https://www.mywebsite.org
 
  wget --cache=off --delete-after --mirror http://www.mywebsite.org
 
  wget --cache=off --delete-after --mirror http://www.mywebsite.org
  
{{wget}}
+
[[wget -r]]
 +
 
 +
== Related ==
 +
* [[Proxy]]
 +
 
 +
== See also ==
 +
* {{wget}}

Latest revision as of 12:50, 18 January 2024

  -m,  --mirror                    shortcut for -N -r -l inf --no-remove-listing


export http_proxy=http://127.0.0.1:3128/
wget -e robots=off --mirror https://www.mywebsite.org
wget --cache=off --mirror https://www.mywebsite.org
wget --cache=off --delete-after --mirror http://www.mywebsite.org
wget -r

Related[edit]

See also[edit]

Advertising: