Amazon s3 上的网站备份

发布于 2024-10-18 22:49:43 字数 1459 浏览 1 评论 0原文

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

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

发布评论

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

评论(3

缱绻入梦 2024-10-25 22:49:44

在 Linux 上使用 Amazon S3 自动备份

您应该能够调整本文描述的过程以满足您的特定需求。

Automating backups with Amazon S3 on Linux.

You should be able to tweak the procedure this describes to meet your specific needs.

余生共白头 2024-10-25 22:49:44

PHP 脚本 Website 2 Backup 正是您想要的:

  1. 备份到 Amazon S3
  2. 文件增量备份,仅新文件和修改过的文件列出已备份、已删除的文件。
  3. 备份数据库,自动清理旧档案
  4. 干净且易于设置ajax管理
  5. 它与cron作业一起运行

它还可以做更多,在服务器上加密数据,只需点击几下即可恢复数据......

The PHP script Website 2 Backup does exactly what you want :

  1. Backup to Amazon S3
  2. Incremental backup of files, only new and modified files are backuped, deleted files are listed.
  3. Backup of the database, with auto clean of old archives
  4. Clean and easy to setup ajax administration
  5. It runs with the cron job

And it does more, data encrypted on serveur, data recovery with few clicks....

你在看孤独的风景 2024-10-25 22:49:44

Jungle Disk 提供服务器版本。它还让您可以选择使用 Rackspace Cloud Files 进行备份,而不是 Amazon S3,如果您要经常更新备份,这可能会更便宜,因为与 Cloud Files 之间的所有数据传输都是免费的。

Jungle Disk offers a server edition. It also gives you the choice to use Rackspace Cloud Files for backups instead of Amazon S3, which may be less expensive if you're going to be updating the backup often, as all data transfer to and from Cloud Files is free.

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