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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Trustworthy backup service?

4 点作者 jonweber大约 10 年前
A particular pain point that I&#x27;ve had managing websites and services hosted over a hodgepodge of shared hosting accounts and VPSes is centralized and secure backup of web content and databases. AKA, I can schedule complete backups of the source files and database contents across multiple hosting accounts.<p>While some hosting services have their own internal backup systems, and there are a number of local backup clients you can run, the market of cloud backup service providers that offer a backup-everything service seems to be pretty sparse.<p>Of course, the major caveat is that in order for such a service to work, you must provide them with credentials to access all of your servers. While services like Mint seem to have slowly made more people comfortable with this idea, it still feels &quot;wrong&quot;.<p>What solutions exist for this problem? Has anybody had experiences (good or bad) with cloud backup providers like dropmysite.com or similar services?

3 条评论

hackuser大约 10 年前
Thinking out loud: At each host, backup to an encrypted local store (only you have to access the crypyto-key(s)). Then have the centralized backup service copy those encrypted stores.<p>You need more storage and it&#x27;s more labor to setup, both of which could be impractical depending on the systems you manage, but the central service would have no access to anything confidential. Also, integration between the central backup and the variety of local hosts would be greatly simplified, with no file locks, database backups, consistency issues, backup window coordination, etc.<p>EDIT: Also, the granularity of available recovery points might be limited, at least from the central service. Block-level backups (and the associate recovery points), for example, could be implemented locally but might be hard to implement on the central service.
评论 #9154836 未加载
cweagans大约 10 年前
Tarsnap. Cheap, encrypted, and reliable.
marketingadvice大约 10 年前
If you can get the backups as dump files, have them sent to a Dropbox account or remotely to a server. Then install Backblaze or Crashplan on that server.<p>You end up with a Dropbox backup, server backup and a 3rd backup via Backblaze or Crashplan.<p>Cost is around $10&#x2F;mo for Dropbox, $30 - 40&#x2F;mo for a server if you go with OVH and $5&#x2F;mo for Backblaze or Crashplan.