1
0
mirror of https://github.com/restic/restic.git synced 2024-07-06 09:20:53 +02:00
restic/changelog/unreleased/issue-2468

11 lines
484 B
Plaintext
Raw Normal View History

2023-06-25 02:06:54 +02:00
Enhancement: Add support for non-global Azure clouds
Restic backups on Azure only supported storages using the global domain
`core.windows.net`. This meant that backups to other domains such as Azure
2023-07-27 21:52:04 +02:00
China (`core.chinacloudapi.cn`) or Azure Germany (`core.cloudapi.de`) were
not supported. Restic now allows overriding the global domain using the
2023-07-27 21:52:04 +02:00
environment variable `AZURE_ENDPOINT_SUFFIX`.
2023-06-25 02:06:54 +02:00
https://github.com/restic/restic/issues/2468
https://github.com/restic/restic/pull/4387