Posts

Showing posts with the label Backing up

Use Google Takeout to back up all your blogs at once

Image
This article shows how to use Google's Takeout service to make a copy of the contents of all your blogs at the same time. A backup is a copy that you can use to restore from if something goes wrong.  For your personal compter, you may have a backup copy of the files on your hard-drive, so that if you lose the machine, you can get the files back, usually with a little work. In blogging terms, a backup of your blog is a copy that you can use if you accidentally delete a post, or lose control of your blog, or perhaps even a copy of a blog that you have deleted but still want some last-chance access to. Unfortunately Blogger does not offer a complete solution for backing up our blogs .    Instead, we need to take separate actions to back up our gadget settings , our template when it is being edited , and our post-contents. You can back up the posts from one content from the Settings > Other > Blog Tools  tab.  If you choose the Export Blog link, Blogger ...

Keep a backup copy of complicated gadget settings

Image
This article explains why it's a good idea to keep a backup copy of settings for your gadget, in particular for HTML/Javascript gadgets that have complicated, hard-to-regenerate, code. Blogger's backup tools let you take copies of: your post-contents and (separately)  your template.  Some 3rd party backup tools (eg HTTRack) let you make backup copies of how your blog looks - including the consequences of displaying your gadgets. But as far as i know, there is no way that you can back up the settings (ie parameters or configuration) that are stored inside the widgets on your blog. This can be a problem if you accidentally remove a gadget, or if you have an HTML gadget and get the code wrong in it: Blogger is quite unforgiving sometimes, and the HTML/Javascript gadget editor simply removes any code that it doesn't understand. In some cases, this isn't not a big problem  eg if you show a picture as a gadget , then it's generally easy enough to work out characteris...