How to easily mirror an entire web site locally
March 19th, 2009 - Command Line, Mac OS X, Tips & Tricks
It’s very easy to mirror an entire web site on your local machine thanks to the terminal command wget, here’s how to do it:
Launch the Terminal and type the following command, replacing guimp.com (a tiny website) with the URL you desire to mirror locally.
wget -m http://www.guimp.com/
This will download the entire site on your local drive in a directory named the websites URL… note that this isn’t a particularly effective way to truly backup a website and it’s functionality, it’s simply mirroring it locally.
Note: various readers pointed out that wget is not installed in Mac OS X by default and that you’ll need to install it using MacPorts, you can check out our past article on installing MacPorts or visit the developer website at macports.org. MacPorts is a very useful tool allowing you to easily install open source software packages and is highly recommended for moderate to advanced OS X users, or those interested in the command line.
Posted by: David Mendez

Order Mac OS X 10.6 Snow Leopard today from Amazon.com - $25!

Write a comment