Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save davidbjourno/8d52fc61ab865edd193c296558a44961 to your computer and use it in GitHub Desktop.
Save davidbjourno/8d52fc61ab865edd193c296558a44961 to your computer and use it in GitHub Desktop.
Archive a site locally with wget
wget --mirror \
--convert-links \
--adjust-extension \
--page-requisites \
--wait=2 \
-U Mozilla \
https://my-url.com/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment