2024-07-22 22:19:22 +00:00
|
|
|
Enhancement: Ignore `s3.storage-class` archive tiers for metadata
|
2023-12-04 22:20:27 +00:00
|
|
|
|
2024-07-22 22:19:22 +00:00
|
|
|
Restic used to store all files on S3 using the specified `s3.storage-class`.
|
2024-01-20 10:18:09 +00:00
|
|
|
|
2024-07-22 22:19:22 +00:00
|
|
|
Now, restic will only use non-archive storage tiers for metadata, to avoid
|
2024-01-20 10:18:09 +00:00
|
|
|
problems when accessing a repository. To restore any data, it is still
|
|
|
|
necessary to manually warm up the required data beforehand.
|
2023-12-04 22:20:27 +00:00
|
|
|
|
2024-07-22 22:19:22 +00:00
|
|
|
NOTE: There is no official cold storage support in restic, use this option at
|
|
|
|
your own risk.
|
|
|
|
|
2023-12-04 22:20:27 +00:00
|
|
|
https://github.com/restic/restic/issues/4583
|
2024-01-20 10:18:09 +00:00
|
|
|
https://github.com/restic/restic/pull/4584
|