Skip to content

Instantly share code, notes, and snippets.

@FlamingTempura
Created March 14, 2015 18:20
Show Gist options
  • Select an option

  • Save FlamingTempura/e7387470586382b841b0 to your computer and use it in GitHub Desktop.

Select an option

Save FlamingTempura/e7387470586382b841b0 to your computer and use it in GitHub Desktop.
Archive phpbb to html using wget
wget -m -np -a example.com_$(date +%Y%m%d).log -e robots=off -nv --adjust-extension --convert-links --page-requisites --reject-regex='(\?p=|&p=|mode=reply|view=|mode=post|mode=email|mode=quote|mode=newtopic|login.php|search.php|feed.php)' --keep-session-cookies --load-cookies=cookie http://example.com/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment