5 Mar
2018
5 Mar
'18
12:57 p.m.
Em março 5, 2018 7:06 Florian Pritz via arch-devops escreveu:
The problem here is that restic doesn't work with glacier according to this[1]. So we'd need to use s3 which is more expensive. How much mostly depends on how long we want to keep the data and how well restic compresses/deduplicates it. An alternative would be wasabi[2] which also supports the s3 protocol, but I have no idea how well their service works.
We don't need it to support Glacier directly, since we can setup a bucket policy that moves the data to Glacier after some time. We can always have the recent backups readily accessible on S3, and the remaining ones on Glacier, which is cheaper. Regards, Giancarlo Razzolini