

Copying a website
Have you ever wondered how to quickly backup your website? If you use Linux, you have the powerful WGET tool at your disposal. It also works on MacOS, but you must have the HomeBrew package installed first. If you have a Mac, skip to the next step. Linux In the terminal, type wget --mirror --convert-links --adjust-extension --page-requisites --no-parent http://example.org The individual parameters mean: --mirror Enables "mirror" mode—that is, combining several options: recu
Jędrzej Dec
Mar 112 min read
