Skip to content

Instantly share code, notes, and snippets.

@vool
Last active January 9, 2020 20:24
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 vool/6360752 to your computer and use it in GitHub Desktop.
Save vool/6360752 to your computer and use it in GitHub Desktop.
wget command to archive sites

kbf

wget -q --mirror -p --html-extension --base=./ --exclude-directories=2008/,2009/,2010/,2011/,2012/,news/ -k -P ./ http://kerrybicyclefestival.org

wildmind

wget -q --mirror -p --html-extension --base=./ --exclude-directories=blog -nc -k -P ./ http://wildmind.ie

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