Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

automatically select storage class #30

Open
sbrudenell opened this issue Jun 30, 2024 · 0 comments
Open

automatically select storage class #30

sbrudenell opened this issue Jun 30, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@sbrudenell
Copy link
Owner

for aws at least, it will make a lot of sense to select different storage classes for different backups. for example if our retention policy calls for a yearly backup, we know that backup shouldn't get deleted for a year, so we should store that backup as glacier deep archive.

this should be fairly straightforward since resolver's KeepMeta already exposes the intervals for which a backup should be kept.

for now this won't include migrating storage class of existing backups.

we should have naive support for aws, and include configuration to customize storage classes for different clouds.

we should be sure to have graceful recovery if we fail to delete a backup because of storage class rules, and if it makes sense, have an option to force deletion.

@sbrudenell sbrudenell added the enhancement New feature or request label Jun 30, 2024
@sbrudenell sbrudenell added this to the v0.1.1 milestone Jun 30, 2024
@sbrudenell sbrudenell self-assigned this Jun 30, 2024
@sbrudenell sbrudenell modified the milestones: v0.1.1, v0.1.2 Jul 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant