I have some trust issues with the cloud, so I don't like keeping everything online with no offline backups. I'd like to have a local mirror of my
WordPress blog (
http://drfrog.wordpress.com), in case something happens. I already regularly export the XML file, but I'd like a much more thorough backup. I'm new to
WinWget, and it looks pretty good, but I'm a little puzzled by the lack of documentation and the arcane command line switches. Rather than read through an online man page and go through several iterations of trial and error, I'd like a little guidance instead.
Here's what I'd like to do:
- completely mirror and have a local copy of the site, at an infinite link depth
- convert links to use local assets only
- include assets that are stored on the files subdomain (drfrog.files.wordpress.com), as winwget seems to skip over these
- be able to run and re-run a profile and have it reliably update the local copy of the site without any weird behavior
- best case scenario: be able to download the entire blog, ready to upload to a fresh server of my choice with minimal/no link conversion
thanks!
--frog