mirror of
https://github.com/octoleo/restic.git
synced 2024-11-23 21:27:34 +00:00
14 lines
534 B
Plaintext
14 lines
534 B
Plaintext
Enhancement: Ignore `s3.storage-class` archive tiers for metadata
|
|
|
|
Restic used to store all files on S3 using the specified `s3.storage-class`.
|
|
|
|
Now, restic will only use non-archive storage tiers for metadata, to avoid
|
|
problems when accessing a repository. To restore any data, it is still
|
|
necessary to manually warm up the required data beforehand.
|
|
|
|
NOTE: There is no official cold storage support in restic, use this option at
|
|
your own risk.
|
|
|
|
https://github.com/restic/restic/issues/4583
|
|
https://github.com/restic/restic/pull/4584
|