mirror of
https://github.com/restic/restic.git
synced 2025-10-29 11:59:33 +00:00
* polish changelogs * Additional changelog polishing * fix test failure * Correct changelog for recover command --------- Co-authored-by: Leo R. Lundgren <leo@finalresort.org>
13 lines
558 B
Plaintext
13 lines
558 B
Plaintext
Enhancement: Add support for Microsoft Blob Storage access tiers
|
|
|
|
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.
|
|
|
|
There is no official `Archive` storage support in restic, use this option at
|
|
your own risk. To restore any data, it is necessary to manually warm up the
|
|
required data in the `Archive` tier.
|
|
|
|
https://github.com/restic/restic/issues/4521
|
|
https://github.com/restic/restic/pull/5046
|