Skip to content

Instantly share code, notes, and snippets.

@dlzi
Last active August 10, 2023 17:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dlzi/2284c053a7c3a28b563d34bac69909bb to your computer and use it in GitHub Desktop.
Save dlzi/2284c053a7c3a28b563d34bac69909bb to your computer and use it in GitHub Desktop.
How to mirror a website with wget

wget --user-agent="Mozilla" --mirror --recursive --no-cookies --no-clobber --page-requisites --adjust-extension --convert-links --no-check-certificate --domains acme.com -e robots=off --no-parent --continue https://acme.com/

For further reference use wget --help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment