My least proudest moment quote a while ago was when I realised I just binned a directory I had been writing some code in few files in it, But had them all open in an editor. Recreated the directory and hit save in each tab. phew, disaster avoided
How to lose and recover your blog in 30 minutes
11–20 of 33 posts
Re: How to lose and recover your blog in 30 minutes
#12Re: How to lose and recover your blog in 30 minutes
#13And a blog requires a Redis back-end because? I've hosted my blog on S3 & CloudFront for a while now without issue. Comments are hosted by Disqus, and the static files are generated using Pelican. Seriously, unless you're using your blog as a massive CMS, why not use static files?
this is the blog of the guy that wrote Redis.
Re: How to lose and recover your blog in 30 minutes
#14Re: How to lose and recover your blog in 30 minutes
#15Re: How to lose and recover your blog in 30 minutes
#16And a blog requires a Redis back-end because? I've hosted my blog on S3 & CloudFront for a while now without issue. Comments are hosted by Disqus, and the static files are generated using Pelican. Seriously, unless you're using your blog as a massive CMS, why not use static files?
You could do a lot worse than Redis for a blog's data store though. It's simple, fast, persistent, and easy to set up.
It's weird that the author lost his blog data from a reboot. Maybe he lost his Linode? It a bummer that he didn't have a recent backup of the redis database. Recovering a blog from Google's web cache doesn't sound like fun.
Re: How to lose and recover your blog in 30 minutes
#17And a blog requires a Redis back-end because? I've hosted my blog on S3 & CloudFront for a while now without issue. Comments are hosted by Disqus, and the static files are generated using Pelican. Seriously, unless you're using your blog as a massive CMS, why not use static files?
Because regenerating the whole site all the time and manually uploading is annoying?
Re: How to lose and recover your blog in 30 minutes
#18Re: How to lose and recover your blog in 30 minutes
#19Re: How to lose and recover your blog in 30 minutes
#20And a blog requires a Redis back-end because? I've hosted my blog on S3 & CloudFront for a while now without issue. Comments are hosted by Disqus, and the static files are generated using Pelican. Seriously, unless you're using your blog as a massive CMS, why not use static files?
> Seriously, unless you're using your blog as a massive CMS, why not use static files? Because regenerating the whole site all the time and manually uploading is annoying?