Skip to content

Instantly share code, notes, and snippets.

@linuxbender
Created April 30, 2011 09:42
Show Gist options
  • Save linuxbender/949561 to your computer and use it in GitHub Desktop.
Save linuxbender/949561 to your computer and use it in GitHub Desktop.
wget command to backup a page
wget --no-cache --mirror --convert-links --user-agent="Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.3) Gecko/2008092416 Firefox/3.0.3" -x -w 1 -B -r -k -p http://www.demo.dev/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment