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

Clean out duplicate user backups #3

Open
mjgiarlo opened this issue May 2, 2019 · 0 comments
Open

Clean out duplicate user backups #3

mjgiarlo opened this issue May 2, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@mjgiarlo
Copy link
Member

mjgiarlo commented May 2, 2019

Walk the tree in S3 and delete JSON backup files that are duplicates. Make sure to add a new bin/ command for this, so we can spin up a new Fargate task that calls bin/cleanup (for instance) instead of bin/backup.

Implementation questions:

  • How to determine uniqueness? Checksums?
  • Which duplicates to delete? Keep oldest version (to better reflect when the change was made)?
@mjgiarlo mjgiarlo added the enhancement New feature or request label May 2, 2019
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