Live data from Hacker News

Ask HN: How to backup a VPS

news.ycombinator.com

1–7 of 7 posts

Ask HN: How to backup a VPS

#1
So I'm doing some projects which aren't beefy enough to live on AWS or Heroku, but do need some backups.

What do the HN community use when you want to regularly backup the data on a VPS? Just another VPS in another location, or some sort of special backup plan offered by a provider? Just curious to see what most people do.

Re: Ask HN: How to backup a VPS

#3
If you just have some application data that you are looking to back up, it is pretty straight forward to back stuff up to Amazon's S3 or glacier (depending on your usage of said backups). Storage is relatively cheap and the amazon api is pretty when using either s3cmd or boto.

Re: Ask HN: How to backup a VPS

#5
What's the current infrastructure? Do you have a dedicated server, or some smaller VPS's? I manage a few dedicated servers that get resold as VPS servers, and if you'd like to talk infrastructures I'd be happy to help.

Backups depend entirely on the type of service you're running on, but Rsync is a good idea as well.

Re: Ask HN: How to backup a VPS

#7

I'm on Linode and just take advantage of their backup service ( https://www.linode.com/backups/ ). It's pretty much just set it and forget it.

I do the same, but I like to have an external backup as well. What if Linode disappears and you need to rebuild on another hosting provider? Small chance I know, but multiple backups never hurt.