开发者

Website backups on Amazon s3 [closed]

Closed. This question is off-topic. It is not currently accepting answers.

Want to improve this question? Update the question so it's on-topic for Stack Overflow.

Closed 10 years ago.

Improve this question

EDIT: I have completely changed the question.

I want to use Amazon S3 for my backups and I am looking for a debian lenny software (or a php script) that could allow me to achieve what I need. It is a flash games website:

  1. Upload all files and subdirectories from the specified directories, but only uploading the files that were added/changed (overwrites old files on S3).
  2. Perform a database dump and upload it to S3, keeping only 7 previous 开发者_JAVA百科dumps.
  3. Lightweight and easy to use
  4. It has to be possible to run it as a cron job
  5. Should work on Debian Lenny

Anything that matches all these specifications?


Automating backups with Amazon S3 on Linux.

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


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....


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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜