mmontagna / zfs3backup

Backup zfs snapshots to S3.
Other
12 stars 3 forks source link

Feature Glacier Support #2

Open Fyb3roptik opened 3 years ago

Fyb3roptik commented 3 years ago

Looks like it was added here by a PR https://github.com/presslabs/z3/pull/19

Crossing my fingers this can happen!

mmontagna commented 3 years ago

Why glacier specifically? Glacier is some what of a pain to work with but reduced redundancy or infrequent access s3 objects are somewhat easier.

Fyb3roptik commented 3 years ago

Glacier is so much cheaper than S3

mmontagna commented 3 years ago

Yeah as long as you never want to access your data. Happy to accept a PR for that, but short of that I'd recommend using a lifecycle policy on your s3 bucket to convert the objects there to glacier storage after a period of time.

Fyb3roptik commented 3 years ago

I am using this to store my zfs snapshots of my plex server, so I dont NEED access to the data. Its only for backups