-
I set up rustic with a pair of S3 buckets, one hot one cold. I created a backup, and now I am trying to restore it. My
Here's my attempt to restore the data, using rustic 0.9.5:
The generated report:
I also tried passing the The S3 files |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi @philipmw, thanks for your question - I moved this to Discussions as I think it is better suited here... Seem you set up everything correctly to store backups in your hot/cold storage. However, to access the data, it needs to be warmed up - and how to warm up has to be configured, too. Without a warm-up-configuration rustic (silently) assumes that no warm-up is needed to access the cold data. For an example how to set up |
Beta Was this translation helpful? Give feedback.
-
Side note: There exists |
Beta Was this translation helpful? Give feedback.
Hi @philipmw, thanks for your question - I moved this to Discussions as I think it is better suited here...
Seem you set up everything correctly to store backups in your hot/cold storage. However, to access the data, it needs to be warmed up - and how to warm up has to be configured, too. Without a warm-up-configuration rustic (silently) assumes that no warm-up is needed to access the cold data.
For an example how to set up
warm-up-command
andwarm-up-wait
for AWS glacier, see the last article about Glacier in https://rustic.cli.rs/docs/stories.html. Actually we should add such an example to the example config profiles in https://github.com/rustic-rs/rustic/tree/main/config