TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: How to backup a VPS

6 点作者 txsl将近 12 年前
So I&#x27;m doing some projects which aren&#x27;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.

5 条评论

DarkStar851将近 12 年前
What&#x27;s the current infrastructure? Do you have a dedicated server, or some smaller VPS&#x27;s? I manage a few dedicated servers that get resold as VPS servers, and if you&#x27;d like to talk infrastructures I&#x27;d be happy to help.<p>Backups depend entirely on the type of service you&#x27;re running on, but Rsync is a good idea as well.
analogAndroid将近 12 年前
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&#x27;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.
anthony_franco将近 12 年前
I&#x27;m on Linode and just take advantage of their backup service (<a href="https://www.linode.com/backups/" rel="nofollow">https:&#x2F;&#x2F;www.linode.com&#x2F;backups&#x2F;</a>). It&#x27;s pretty much just set it and forget it.
评论 #6225699 未加载
pwg将近 12 年前
The simplest solution is to simply rsync the VPS (or just the important data) onto another storage device to which you have access.
abfan1127将近 12 年前
I rsync to another server which is backed up via CrashPlan.