You need to copy an entire website? Use wget
like this:
wget -kr http://host.tld/
This will fetch all content (-r
for recursive) and rewrite links inside the documents to make them suitable for local viewing (-k
).
Posted by Thomas Eisenbarth to makandra dev (2014-09-30 10:23)