<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

      <title>Comments on: Blog back-up recommendations</title>
      <link>http://ask.metafilter.com/12982/Blog-backup-recommendations/</link>
      <description>Comments on Ask MetaFilter post Blog back-up recommendations</description>
	  	  <pubDate>Tue, 14 Dec 2004 15:23:08 -0800</pubDate>
      <lastBuildDate>Tue, 14 Dec 2004 15:23:08 -0800</lastBuildDate>
      <language>en-us</language>
	  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
	  <ttl>60</ttl>

<item>
  	<title>Question: Blog back-up recommendations</title>
  	<link>http://ask.metafilter.com/12982/Blog-backup-recommendations</link>	
  	<description>How do you backup your blog(s)?</description>
  	<guid isPermaLink="false">post:ask.metafilter.com,2008:site.12982</guid>
  	<pubDate>Tue, 14 Dec 2004 15:20:37 -0800</pubDate>
  	<dc:creator>jellybuzz</dc:creator>
	
	<category>computer</category>
	
	<category>backup</category>
	
	<category>blogs</category>
	
</item>
<item>
  	<title>By: cubedweller</title>
  	<link>http://ask.metafilter.com/12982/Blog-backup-recommendations#225015</link>	
  	<description>Depends on the software you&apos;re using. Movable type has a feature that allows you to export all your entries, comments etc to a single file. You can then import them back into Movable Type.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.12982-225015</guid>
  	<pubDate>Tue, 14 Dec 2004 15:23:08 -0800</pubDate>
  	<dc:creator>cubedweller</dc:creator>
</item>
<item>
  	<title>By: Captain_Tenille</title>
  	<link>http://ask.metafilter.com/12982/Blog-backup-recommendations#225019</link>	
  	<description>mysqldump --opt -u (username) -p [-h (hostname)] dbname &amp;gt; dumpfile.sql</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.12982-225019</guid>
  	<pubDate>Tue, 14 Dec 2004 15:31:24 -0800</pubDate>
  	<dc:creator>Captain_Tenille</dc:creator>
</item>
<item>
  	<title>By: Mars Saxman</title>
  	<link>http://ask.metafilter.com/12982/Blog-backup-recommendations#225023</link>	
  	<description>I use a hosting company that backs up their servers.&lt;br&gt;
&lt;br&gt;
If they went completely under, I&apos;ll bet I could pull it all out of Google&apos;s cache, since the whole thing is plain HTML anyway.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.12982-225023</guid>
  	<pubDate>Tue, 14 Dec 2004 15:37:15 -0800</pubDate>
  	<dc:creator>Mars Saxman</dc:creator>
</item>
<item>
  	<title>By: jellybuzz</title>
  	<link>http://ask.metafilter.com/12982/Blog-backup-recommendations#225025</link>	
  	<description>Cubedweller, I went with blogger.com (which of course is free, so I assume I&apos;m getting by way of support and security just what I paid for --  I don&apos;t expect any overly friendly features from Google here.) (By the way, I also have a business Web site hosted by Earthlink that I do pay for in terms of hosting services, so I don&apos;t worry about backing it up -- o.k., call me naive -- I assume Earthlink backs up their own servers at least as far as business customers&apos; sites.)&lt;br&gt;
&lt;br&gt;
And Captain, thank you, but that&apos;s easy for you to say. I&apos;m no programmer (I only wish...), nor do I &lt;i&gt;dare&lt;/i&gt; play one on MeFi ;).</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.12982-225025</guid>
  	<pubDate>Tue, 14 Dec 2004 15:39:19 -0800</pubDate>
  	<dc:creator>jellybuzz</dc:creator>
</item>
<item>
  	<title>By: xmutex</title>
  	<link>http://ask.metafilter.com/12982/Blog-backup-recommendations#225032</link>	
  	<description>Add Captain_Tenille&apos;s solution to crontab on a nightly basis and there you go.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.12982-225032</guid>
  	<pubDate>Tue, 14 Dec 2004 15:57:30 -0800</pubDate>
  	<dc:creator>xmutex</dc:creator>
</item>
<item>
  	<title>By: xmutex</title>
  	<link>http://ask.metafilter.com/12982/Blog-backup-recommendations#225033</link>	
  	<description>jellybuzz: you don&apos;t need to be a programmer. On your typical Unix server:&lt;br&gt;
&lt;br&gt;
1. crontab -e&lt;br&gt;
2. 0 0 * * * mysqldump -uUSER -pPASSWORD DATABASE &amp;gt; ~/backup.sql&lt;br&gt;
&lt;br&gt;
You may have to fully qualify the mysqldump command with the path like &amp;quot;/usr/local/mysql/bin/mysqldump.&amp;quot;&lt;br&gt;
&lt;br&gt;
Then you have a .SQL file updated w/ the MT contents on a nightly basis.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.12982-225033</guid>
  	<pubDate>Tue, 14 Dec 2004 15:59:32 -0800</pubDate>
  	<dc:creator>xmutex</dc:creator>
</item>
<item>
  	<title>By: mathowie</title>
  	<link>http://ask.metafilter.com/12982/Blog-backup-recommendations#225038</link>	
  	<description>Those cronjobs and sql backups mean nothing if you&apos;re using Blogger. All you get are flat HTML files from Blogger/Google, no db access of any kind.&lt;br&gt;
&lt;br&gt;
I would 1) trust Google would never ever kill your blog because they&apos;re in the business of indexing information and making it available, not killing it. They probably watch the Blogger service like a hawk to make sure they don&apos;t get bad press from losing the writing of millions of folks, and 2) if you&apos;re really worried, just backup the pages that Blogger spits out, if they&apos;re on your server (download them to your personal computer periodically). If it&apos;s on blogspot, there&apos;s nothing you can do but trust Google here.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.12982-225038</guid>
  	<pubDate>Tue, 14 Dec 2004 16:09:03 -0800</pubDate>
  	<dc:creator>mathowie</dc:creator>
</item>
<item>
  	<title>By: jellybuzz</title>
  	<link>http://ask.metafilter.com/12982/Blog-backup-recommendations#225054</link>	
  	<description>Matt, that&apos;s comforting, especially coming from &lt;i&gt;you&lt;/i&gt; ;).   &lt;br&gt;
&lt;br&gt;
And it&apos;s not that I do not trust Google.  It&apos;s that despite mass rampant delusion out there with respect to the world&apos;s most popular search engine -- as you who, as well as anyone, understands the tech side of all this suff knows -- Google is not god (I insist!), but to the extent it actually &lt;i&gt;is&lt;/i&gt; god, or a godlike entity, I worry even more:  the extraordinary power and popularity of Google must make it as big a target for clever hackers as the WTC was a magnet for suicidal terrorists.  Thus, I fear the &lt;i&gt;enemies&lt;/i&gt; of Google.&lt;br&gt;
&lt;br&gt;
And come to think of it, maybe I should fear my own enemies as well?  Maybe someone is out to get just me -- perhaps a competitor blogger?  A mad ex?  I don&apos;t know... How will Google use its omnipotence and eternal good will to save &lt;i&gt;my&lt;/i&gt; lil&apos; ol&apos; blog?&lt;br&gt;
&lt;br&gt;
Was it a bad move to use Blogspot?  Maybe I should take my business elsewhere?</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.12982-225054</guid>
  	<pubDate>Tue, 14 Dec 2004 16:46:11 -0800</pubDate>
  	<dc:creator>jellybuzz</dc:creator>
</item>
<item>
  	<title>By: Danelope</title>
  	<link>http://ask.metafilter.com/12982/Blog-backup-recommendations#225057</link>	
  	<description>Backing up the HTML files is sufficient for some things, but there are ways to get a useful backup out of Blogger-based services.  It really depends on whether you plan to move to another weblogging system and, if so, which one?&lt;br&gt;
&lt;br&gt;
For example, here are instructions for:&lt;br&gt;
&lt;a href=&quot;http://neologasm.org/b2mt/&quot;&gt;Exporting a Blogger weblog to MoveableType&lt;/a&gt;&lt;br&gt;
&lt;a href=&quot;http://radio.userland.com/userGuide/reference/import/howToImportPosts&quot;&gt;Exporting a Blogger weblog to Radio UserLand&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
I&apos;m sure there are many other such tutorials out there.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.12982-225057</guid>
  	<pubDate>Tue, 14 Dec 2004 16:57:02 -0800</pubDate>
  	<dc:creator>Danelope</dc:creator>
</item>
<item>
  	<title>By: Firas</title>
  	<link>http://ask.metafilter.com/12982/Blog-backup-recommendations#225065</link>	
  	<description>Just use one of those programs that save websites by crawling them and set them to only crawls links to username.blogspot.com. Can anyone recommend one of them? I haven&apos;t even looked for such a thing for ages.&lt;br&gt;
&lt;br&gt;
I don&apos;t use blogger, but it&apos;s unfair of them if they don&apos;t have an &apos;export&apos; option.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.12982-225065</guid>
  	<pubDate>Tue, 14 Dec 2004 17:10:10 -0800</pubDate>
  	<dc:creator>Firas</dc:creator>
</item>
<item>
  	<title>By: Firas</title>
  	<link>http://ask.metafilter.com/12982/Blog-backup-recommendations#225067</link>	
  	<description>first them = the websites&lt;br&gt;
second them = the program&lt;br&gt;
third them = the program&lt;br&gt;
fourth them = google</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.12982-225067</guid>
  	<pubDate>Tue, 14 Dec 2004 17:11:30 -0800</pubDate>
  	<dc:creator>Firas</dc:creator>
</item>
<item>
  	<title>By: deliriouscool</title>
  	<link>http://ask.metafilter.com/12982/Blog-backup-recommendations#225069</link>	
  	<description>jellybuzz, there are a lot of really low-cost hosting options (&amp;gt;$10/mo) that offer features like daily server backups (I don&apos;t want to turn this into a commercial for anything, but I&apos;d be happy to make several recommendations privately based on the research I did before deciding myself - e-mail in profile).&lt;br&gt;
&lt;br&gt;
I was a happy Blogspotter for several months, but the truth is that their system was never designed for long term  use - it experiences downtime due to overload, and is really designed to allow you to try out blogging and see if you like it.  If you do, a minimal investment in hosting is well worth the peace of mind.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.12982-225069</guid>
  	<pubDate>Tue, 14 Dec 2004 17:15:10 -0800</pubDate>
  	<dc:creator>deliriouscool</dc:creator>
</item>
<item>
  	<title>By: jellybuzz</title>
  	<link>http://ask.metafilter.com/12982/Blog-backup-recommendations#225085</link>	
  	<description>Thanks, Deleriouscool.  (Interesting:  Matt says trust Google, you say get out of there.)  May I ask, what made you conclude Blogspot was meant for short term only?  Certainly the service is rather amateurish.  And yes, I agree a small monthy fee may be well worth the value gained.  I would like to hear more about your research.  To where did you move your blog?</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.12982-225085</guid>
  	<pubDate>Tue, 14 Dec 2004 17:40:02 -0800</pubDate>
  	<dc:creator>jellybuzz</dc:creator>
</item>
<item>
  	<title>By: i_am_joe&apos;s_spleen</title>
  	<link>http://ask.metafilter.com/12982/Blog-backup-recommendations#225087</link>	
  	<description>I use Blosxom. Although Blosxom is very simple and primitive, it has the singular advantage that every post is a plain text file. So backups simply require one to archive the Blosxom post directory. Voila!</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.12982-225087</guid>
  	<pubDate>Tue, 14 Dec 2004 17:43:48 -0800</pubDate>
  	<dc:creator>i_am_joe&apos;s_spleen</dc:creator>
</item>
<item>
  	<title>By: squeak</title>
  	<link>http://ask.metafilter.com/12982/Blog-backup-recommendations#225092</link>	
  	<description>I would set the archives to monthly and download the pages using the &amp;quot;save as&amp;quot; function in the browser. There are also programs like &lt;a href=&quot;http://www.jocsoft.com/jws/&quot;&gt;web spider&lt;/a&gt; that will do it for you. Also blogger can be set to send emails of your new posts. But as Matt says pretty useless since if you wanted to put the blog up again you&apos;d have to do it post by post.&lt;br&gt;
&lt;br&gt;
I&apos;ve been using blogger. I liked it at first but some things are starting to irritate me like the lack of a proper ping back/trackback function and all the &amp;quot;internal server 500&amp;quot; errors, time outs and general slowness of the service and it seems to have gotten worse over time. Its bugged me enough where I&apos;ve stopped posting and seriously considering my own domain and using Moveable Type or Word Press.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.12982-225092</guid>
  	<pubDate>Tue, 14 Dec 2004 18:08:31 -0800</pubDate>
  	<dc:creator>squeak</dc:creator>
</item>
<item>
  	<title>By: jenh</title>
  	<link>http://ask.metafilter.com/12982/Blog-backup-recommendations#225096</link>	
  	<description>I wouldn&apos;t trust Google. All of my pages have somehow been deleted from Google, and adding the URL to Google hasn&apos;t done a thing. No clue why they&apos;re gone, don&apos;t know how to get them back into its cache. I&apos;ve noticed the MSNbot scans my pages every day, but neither they nor Google have my pages anymore. Weird.&lt;br&gt;
&lt;br&gt;
But anyway! You can do a quick and dirty backup using the dreaded IE. Add your site (or maybe your archive page) as a bookmark, and when doing so, select &amp;quot;Make Available Offline,&amp;quot; then click the &amp;quot;Customize&amp;quot; button. From there, run through the wizard, select &amp;quot;Yes&amp;quot; on the page that asks you if you want to download links, and alternately, select the number of links deep you want to go. You can then choose to set up a schedule for it to run every day or every week or whenever.&lt;br&gt;
&lt;br&gt;
It&apos;s definitely quick and dirty and may not download everything (and will more than likely download too much!), but it&apos;s better than nothing and pretty simple to do.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.12982-225096</guid>
  	<pubDate>Tue, 14 Dec 2004 18:19:39 -0800</pubDate>
  	<dc:creator>jenh</dc:creator>
</item>
<item>
  	<title>By: deborah</title>
  	<link>http://ask.metafilter.com/12982/Blog-backup-recommendations#225115</link>	
  	<description>..umm..&lt;br&gt;
&lt;br&gt;
I don&apos;t.&lt;br&gt;
&lt;br&gt;
With any luck, my host does, but even if she doesn&apos;t, no big loss.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.12982-225115</guid>
  	<pubDate>Tue, 14 Dec 2004 19:11:00 -0800</pubDate>
  	<dc:creator>deborah</dc:creator>
</item>
<item>
  	<title>By: skallas</title>
  	<link>http://ask.metafilter.com/12982/Blog-backup-recommendations#225123</link>	
  	<description>If youre using mysql, your web host probably runs &lt;a href=&quot;http://www.phpmyadmin.net/home_page/&quot;&gt;phpmyadmin&lt;/a&gt; which is a web front end for mysql. Just export Structure and Data into a text file and you&apos;re pretty much set.&lt;br&gt;
&lt;br&gt;
One of my blogs is run with greymatter so I just download the whole thing, or just the .cgi files in /archive.  With those I can just rebuild using my templates.&lt;br&gt;
&lt;br&gt;
In other words, its blog software specific.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.12982-225123</guid>
  	<pubDate>Tue, 14 Dec 2004 19:32:59 -0800</pubDate>
  	<dc:creator>skallas</dc:creator>
</item>
<item>
  	<title>By: kindall</title>
  	<link>http://ask.metafilter.com/12982/Blog-backup-recommendations#225136</link>	
  	<description>Daily backup of all changed files including Movable Type and comment databases over the network with Retrospect. (One advantage of having your own Web server.) I can go back to any day in the last two weeks this way.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.12982-225136</guid>
  	<pubDate>Tue, 14 Dec 2004 19:53:59 -0800</pubDate>
  	<dc:creator>kindall</dc:creator>
</item>
<item>
  	<title>By: billsaysthis</title>
  	<link>http://ask.metafilter.com/12982/Blog-backup-recommendations#225170</link>	
  	<description>Self-link: I put together an article  called &lt;a href=&quot;http://www.billsaysthis.com/blog/blogarch.phtml?archdate=2002_12_08_blog_archive.phtml#90028028&quot;&gt;Blogger Backups&lt;/a&gt; a while back that ought to be still valid to answer this question. Though I agree that Google is unlikely to do anything for the forseeable future that would jeapordize BlogSpot users.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.12982-225170</guid>
  	<pubDate>Tue, 14 Dec 2004 20:46:07 -0800</pubDate>
  	<dc:creator>billsaysthis</dc:creator>
</item>
<item>
  	<title>By: dhruva</title>
  	<link>http://ask.metafilter.com/12982/Blog-backup-recommendations#225187</link>	
  	<description>Here&apos;s Blogger&apos;s &lt;a href=&quot;http://help.blogger.com/bin/answer.py?answer=130&amp;query=backup&amp;topic=0&amp;type=f&quot;&gt;answer&lt;/a&gt; (from the help pages)</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.12982-225187</guid>
  	<pubDate>Tue, 14 Dec 2004 21:10:52 -0800</pubDate>
  	<dc:creator>dhruva</dc:creator>
</item>
<item>
  	<title>By: gramcracker</title>
  	<link>http://ask.metafilter.com/12982/Blog-backup-recommendations#225216</link>	
  	<description>I have a cron job setup using a php script that emails me a copy of all my mysql databases every night, to my gmail account.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.12982-225216</guid>
  	<pubDate>Tue, 14 Dec 2004 22:13:40 -0800</pubDate>
  	<dc:creator>gramcracker</dc:creator>
</item>

    </channel>
</rss>
