Creating an offline backup or static version of your website using Wget
Sometimes you need a backup of your site as it displays on the web. But there’s another use for creating an offline backup. If you have a WordPress site for instance pages are created dynamically every time they load. If you create an offline backup, then you can have a static version of your dynamic site. This is helpful if you need to shut down PHP or your MySQL database. You can create a static version of your site that is plain...
Read More