5

There are modules written for database backup and files backup, but what I want is a complete backup to Amazon S3 or other cloud platforms, for both the data, and the sites. Currently as it stands, I have to separately and manually backup the two.

Is there any module/tool/already-written-script that allows me to do that?

Graviton
  • 5,622
  • 28
  • 79
  • 97

1 Answers1

1

This is more dependent on your hosting rather than Drupal; but if you're using EC2, you can use EBS which automagically stores your data in S3.

Tyler Szabo
  • 571
  • 1
  • 3
  • 14