Skip to content

Any example using glacier? #692

Answered by aawsome
bbigras asked this question in Q&A
Jun 18, 2023 · 2 comments · 12 replies
Discussion options

You must be logged in to vote

rustic doesn't support single repositories/buckets which have objects that can be in different "states" (something like this is not contained in the restic REST protocol; rclone therefore isn't able to provide this kind of information).

So, to use S3 glacier, you should use 2 buckets: A hot one which is always accessible and a cold one where all object should be transitioned/transferred directly to Glacier when they are stored. The "hot" objects are then in fact stored in both buckets, but this shouldn't be much overhead as it is only metadata which usually is less than 1% of the repo size. (The side effect is that the cold repo contains a full restic-compatible repository; if you warm up…

Replies: 2 comments 12 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by aawsome
Comment options

You must be logged in to vote
12 replies
@mprasil
Comment options

@aawsome
Comment options

@mprasil
Comment options

@aawsome
Comment options

@mprasil
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants