One of Blogger's FAQs is "How do I create a backup of my entire blog?" However, that looked too complicated to be of any use. Here is what I do:
cd blogbackup
wget --timestamping --recursive heifner.blogspot.com
wget is available for linux/unix/cygwin and even windows.
2 comments:
I like it. Thanks Kevin!
For aspx: wget -Fpi --level=inf --recursive --base=trinitaschristian.org trinitaschristian.org/sitemap.aspx
Post a Comment