Blogger's backup tools allow you lot lot send agree copies of:
- your post-contents every bit good every bit (separately)
- your template.
Some third political political party backup tools (eg HTTRack) allow you lot lot build backup copies of how your weblog looks - including the consequences of displaying your gadgets.
But every chip far every chip i know, at that spot is no way that you lot lot tin dorsum upward the settings (ie parameters or configuration) that are stored inside the widgets on your blog.
This tin terminal a business if you lot lot accidentally accept away a gadget, or if you lot lot send agree an HTML gadget every bit good every bit drib dead the code wrong inwards it: Blogger is quite unforgiving sometimes, every bit good every bit the HTML/Javascript gadget editor just removes any code that it doesn't understand.
In unopen to cases, this isn't non a big business eg if you lot lot show a cinema every chip a gadget, every bit good every bit thence it's to a greater extent than oftentimes than non slowly enough to survive out characteristics that you lot lot would enquire to motion into to re-create the gadget.
But if you lot lot lose a complex gadget (eg your possess customised set of subscription buttons), every bit good every bit thence re-creating it could terminal difficult every bit good every bit time-consuming.
So - for HTML/Javascript gadgets which send agree code which you lot lot intend is complex, I recommend keeping a backup copy of the gadget code somewhere.
Personally I usually pose it inwards a post inwards a individual weblog where I draft posts and drib dead on the documentation for each weblog - but you lot lot could role a drib dead inwards at of other places, eg a text file on your reckoner or on Google Drive, or even out any electronic post service message to yourself.
How to dorsum upward code from HTML/Javascript gadgets inwards a individual weblog post
Every 4th dimension you lot lot edit a gadget that you lot lot wish to drib dead on a backup for, every bit good every bit thence just before you lot lot click Save:- Press Ctrl/a to select all the text inwards the gadget window.
- Press ctrl/C to copy it
- Switch to role Blogger inwards a different window
- Open upward the documentation blog, every bit good every bit navigate to the post where you lot lot drib dead on the code for that gadget
- Edit that post - or build a new i if you lot lot don't send agree i already.
- Make for sure that you're inwards Compose view, every bit good every bit the Options > Compose Mode setting is on "show HTML literally" (ie non on "interpret HTML")
- Paste the gadget code into the post, every bit good every bit unloose it.
Although this sounds tedious, it's genuinely really quick to do. And losing complicated gadget code, even out once, is a adept incentive to holler dorsum to dorsum it upward every time.
Hint: Put a comment to remind yourself where to dorsum this gadget at the summit and/or bottom of the gadget code. This reduces the adventure that you lot lot testament forget. Influenza A virus subtype H5N1 comment is done inwards HTML like this:
<!-- DON'T FORGET TO BACK UP THIS GADGET CODE -->
How to dorsum upward complicated non-code gadgets
If your gadget has complicated settings which aren't code, i option is to send agree a screen-shot every bit good every bit relieve it to your photograph collection, or even out just a text-file or documentation-blog post where you lot lot drib dead on notes close what the settings are.You won't terminal able to automatically restore your gadget settings from this, but it should terminal a adept reminder of what you lot lot enquire to create (provided you lot lot tin notice the cinema when you lot lot enquire it).
Unfortunately there's no slowly way to pack upward linked-list or blogroll gadgets at the moment. However making a re-create of your site using HTTracker testament acquaint you lot lot the list, every bit good every bit what the items link to.
Or you lot lot could practise your linked listing code manually (using the same play a play a joke on on that that I recommend for getting cinema code) every bit good every bit pose it into a HTML/Javascript gadget, which is based upward every chip described above. The code for a handcrafted linked-list gadget looks like this:
<ul>
<li>PUT THE TEXT HERE FOR YOUR FIRST LINK TEXT.</li>
<li>PUT THE TEXT HERE FOR YOUR SECOND LINK TEXT.</li>
<li>PUT THE TEXT HERE FOR YOUR THIRD LINK TEXT.</li>
<li>etc</li>
</ul>
Related Articles:
How to add together together a cinema every chip a gadget inwards BloggerUsing the post-editor to practise HTML code for gadgets
Prepare your blog-posts inwards private, using a documentation blog

