2025-03-25 18:12:51 +01:00
|
|
|
Enhancement: Add support for Microsoft Blob Storage access tiers
|
2024-10-20 15:27:21 +05:30
|
|
|
|
2025-03-25 18:12:51 +01:00
|
|
|
The new `-o azure.access-tier=<tier>` option allows specifying the access tier
|
|
|
|
(`Hot`, `Cool` or `Cold`) for objects created in Microsoft Blob Storage. If
|
|
|
|
unspecified, the storage account's default tier is used.
|
2024-10-20 15:27:21 +05:30
|
|
|
|
|
|
|
There is no official `Archive` storage support in restic, use this option at
|
2025-03-25 18:12:51 +01:00
|
|
|
your own risk. To restore any data, it is necessary to manually warm up the
|
|
|
|
required data in the `Archive` tier.
|
2024-10-20 15:27:21 +05:30
|
|
|
|
|
|
|
https://github.com/restic/restic/issues/4521
|
2025-03-25 18:12:51 +01:00
|
|
|
https://github.com/restic/restic/pull/5046
|