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

Improve link destinations #77

Closed
ewxrjk opened this issue Aug 24, 2020 · 0 comments
Closed

Improve link destinations #77

ewxrjk opened this issue Aug 24, 2020 · 0 comments
Milestone

Comments

@ewxrjk
Copy link
Owner

@ewxrjk ewxrjk commented Aug 24, 2020

The current policy is to link against the latest complete backup, or the latest incomplete backup if there are no complete backups.
Consider the case where after a complete backup, a lot of data is added, and that each subsequent attempt to backup fails (e.g. due to rsync-timeout.) Then all the work in the incomplete backup will be fruitlessly repeated.
Proposed new policy:

  • If there is a complete backup, and a later incomplete backup, link against the latest complete backup and the latest incomplete backup
  • If there is a complete backup, but no later incomplete backup, link against the latest complete backup
  • If there is no complete backup, but there is an incomplete backup, link against the latest incomplete backup
  • Otherwise there is nothing to link against.
@ewxrjk ewxrjk modified the milestones: 7.0, 8.0 Aug 24, 2020
@ewxrjk ewxrjk closed this in 920fb57 Sep 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant