So I'm doing some projects which aren't beefy enough to live on AWS or Heroku, but do need some backups.<p>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.
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.<p>Backups depend entirely on the type of service you're running on, but Rsync is a good idea as well.
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.
I'm on Linode and just take advantage of their backup service (<a href="https://www.linode.com/backups/" rel="nofollow">https://www.linode.com/backups/</a>). It's pretty much just set it and forget it.