2024-01-20 10:18:09 +00:00
|
|
|
Enhancement: Ignore s3.storage-class for metadata if archive tier is specified
|
2023-12-04 22:20:27 +00:00
|
|
|
|
2024-01-20 10:18:09 +00:00
|
|
|
There is no official cold storage support in restic, use this option at your
|
|
|
|
own risk.
|
|
|
|
|
|
|
|
Restic always stored all files on s3 using the specified `s3.storage-class`.
|
|
|
|
Now, restic will store metadata using a non-archive storage tier to avoid
|
|
|
|
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
|
|
|
|
|
|
|
https://github.com/restic/restic/issues/4583
|
2024-01-20 10:18:09 +00:00
|
|
|
https://github.com/restic/restic/pull/4584
|