Skip to content

Instantly share code, notes, and snippets.

@krschmidt
Last active August 29, 2015 14:09
Show Gist options
  • Save krschmidt/ec145651299ea34b4aba to your computer and use it in GitHub Desktop.
Save krschmidt/ec145651299ea34b4aba to your computer and use it in GitHub Desktop.
Mirroring a section of a Drupal website
wget --mirror --page-requisites --adjust-extension --convert-links -e robots=off --accept-regex '.*(section|/sites/default/files).*' --directory-prefix=section http://www.example.com/section
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment