Jeevan Dongre
Jeevan Dongre

Reputation: 4649

Sync files between 2 or more s3 buckets

I have a production s3 bucket which have more then 80 + GB of files. I want to sync this bucket with another bucket which will act as a back up bucket with limited access. I cant use Glacier for backing up because of the time taken for AWS to restore the images back. I have to sync with another bucket, initially I was running s3cmd sync in a large ec2 instance to make sure the buckets are in-sync. But its becoming a costly operation and instance is timing out because of lack of memory. Is there any way to sync multiple buckets with out using s3cmd and which is reliable.

Kindly let me know.

Thanks

Upvotes: 0

Views: 149

Answers (1)

Ratan Sharma
Ratan Sharma

Reputation: 187

We have used CloudBerry Explorer for syncing data among buckets, its pretty awesome and transfer is free for buckets in one Geographical location.

Upvotes: 1

Related Questions