Multiple remote backup locations

Hi guys,

I’m running POC for MongoDB backups.
Is it possible to configure multiple backup locations at the same time?
I need to store backups on CIFS (local mount) and Azure blob.

I tried to add these two locations but got the error:
“Error: unable to unmarshal config file: yaml: unmarshal errors: line 10: field type already set in type pbm.StorageConf”

Thank you.

AFAIK it is not possible, but you can edit the storage location on the fly with the CLI instead of editing the config file.
pbm config set…
So maybe you can schedule that command in some way to achieve both?