canonical / charm-duplicity

A charm that provides functionality for both manual and automatic backups for a deployed application
0 stars 3 forks source link

Add Azure storage native support #29

Open valexby opened 6 months ago

valexby commented 6 months ago

Hi,

There is no native support for Azure storage, which makes it difficult to store backups in Azure in a Juju-managed way. Currently available options:

  1. Duplicity provides AWS S3 integration, but the Azure storage account doesn't have native AWS S3 interface support.
  2. Also, there is an option to use the SFTP endpoint, but it increases the cost of Azure storage for cold backups from some 10-15 USD per month to 200+ USD per month as it requires a VM provisioned.

Azure solutions lack a Juju-managed way to manage backups. I think Charmed Duplicity may be a way forward.