Sheldon Hull shares with us a technique to keep an S3 bucket in sync with an Azure Blob Storage blob:
Moving data between two cloud providers can be painful, and require more provider scripting if doing api calls. For this, you can benefit from a tool that abstracts the calls into a seamless synchronization tool.
I’ve used RClone before when needing to deduplicate several terabytes of data in my own Google Drive, so I figured I’d see if it could help me sync up 25GB of json files from Azure to S3.
You’ll have to do a few of the steps on your own, but this looks like a good way of parking data in two clouds.