I would like to setup a Disaster Recovery copy for an s3 bucket with ~2 million files.
This does not have to be automated since we trust Amazon's promise for high reliability, we have enabled versioning and setup MFA for deleting the bucket itself.
So I just want to periodically download (manually) the contents of the bucket to keep an offline copy.
I have tried a few S3 clients but most of them hang when dealing with such a large folder.
Is there any tool that is right for the job or do we have to resort to Amazon's data export service (where we have to send them a usb drive everytime we need an offline backup).
thanks in advance for your advice!