You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)?
The text was updated successfully, but these errors were encountered:
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 callsbin/cleanup
(for instance) instead ofbin/backup
.Implementation questions:
The text was updated successfully, but these errors were encountered: