Hacker News new | ask | show | jobs
by wtbob 4465 days ago
duplicity to S3 here. I'd like to eventually figure out how to point duplicity to Glacier. And of course it'd be nice if GPG supported some more modern cyphers and modes, but it's Good Enough(tm).
1 comments

I don't think you can point it directly at Glacier (if I'm wrong someone please let me know) but what you can do is to set "Lifecycle" options on your S3 bucket.

I have a folder in one of my buckets, for example, that I call "archive". I put in there anything I want to store on Glacier long-time. With my lifecycle settings, objects in that folder are automatically moved to Glacier after one day.