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

implement backup rotation / limits #559

Open
steadfasterX opened this issue Sep 15, 2023 · 2 comments
Open

implement backup rotation / limits #559

steadfasterX opened this issue Sep 15, 2023 · 2 comments

Comments

@steadfasterX
Copy link
Contributor

According to #337 SeedVault does not have a backup rotation implemented neither by disk space nor a user-chosen one.

Implementation ideas (all of them would be ideal to have, while 2. seems to be a good point to start with):

  1. auto-rotate (i.e. overwrite oldest backup) when running out of disk space
    • this will likely require to have a rough estimate of the backup size before
  2. let the user set a specific backup count
    • most "easy" one as it is up to the user to have an eye on the available disk space
  3. let the user set a specific max disk space amount
    • this will likely require to have a rough estimate of the backup size before the backup starts to write
@major-mayer

This comment was marked as duplicate.

@grote
Copy link
Collaborator

grote commented Apr 5, 2024

Related to #566

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants