我使用 Amazon S3 进行存储。如何创建该数据的备份?

发布于 2024-10-04 00:13:01 字数 196 浏览 0 评论 0原文

在 Amazon S3 服务中备份数据存储的最有效方法是什么?

  1. 是复制到另一个桶吗?有哪些工具可以做到这一点?或者我应该为其编码?
  2. 是复制到另一个服务吗?
  3. 或者只是复制数据中心中的存档?有没有一种简单的方法可以逐步完成?
  4. 亚马逊有一个系统可以让你向他们发送驱动器,但这似乎效率很低。

What is the most efficient way to backup data store in Amazon's S3 service?

  1. is it to copy to another bucket? What are some tools for doing this? or should I just code for it?
  2. is it to copy to another service?
  3. or just copy an archive in a data center? Is there an easy way to do it incrementally?
  4. Amazon has a system for you to send them a drive but that seems inefficient.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

要走就滚别墨迹 2024-10-11 00:13:01

将数据复制到另一个存储桶并不能正确解决亚马逊丢失数据的情况。您需要从 S3 转储数据,或者在写入 S3 时写出本地副本,然后将其存档在单独的位置。 S3 导出功能是转储该数据的一种方法。

与许多事情一样,这最终取决于您的应用程序的要求。

Copying the data to another bucket is not going to properly cover the case where Amazon loses your data. You'd need to either dump the data from S3, or write out a local copy when writing to S3, and then archive that in a separate location. The S3 export functionality is one way of dumping that data.

As with many things, it ultimately depends on the requirements for your app.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文