Ask HN: What's the best (free) app to backup files to Amazon Glacier?
Just looking around I think Amazon Glacier would be a good long term cold backup solution for me. What's the best app to use it? I know about Arq but honestly would rather use something free
10 comments
[ 15.7 ms ] story [ 651 ms ] thread[1] https://youtu.be/km3GsOk_ukw?t=738
---- EDIT
Sorry, I just realized that Arq is for recurring backup. The S3 console won't do that obviously. The AWS API is very easy to use, you probably could just build your own pretty easily with just polling the folder occasionally.
You just configure Glacier lifecycle rules via the console.
Then, I have a lifecycle rule on my s3 bucket that transfers all files to glacier.
Works perfectly for my use-case.