Backup archive to cloud/sharepoint storage

I have a mongodb running on docker and I want to take periodic backups to be stored in cloud/sharepoint location. Any help on how this can be achieved would be helpful.

read following.

In a summary, you either do direct copy, or you do logical backup (e.g. a bunch of insert statements)