Skip to content
This repository has been archived by the owner on Oct 16, 2022. It is now read-only.

Fix missing hourly backups; issues #497 & #467 #582

Merged
merged 1 commit into from
Nov 16, 2020

Conversation

rodwgs
Copy link
Contributor

@rodwgs rodwgs commented Apr 14, 2020

The code should be changed so that choosing a snapshot to tag follows timing similar to determining if a snapshot for a tag is needed. That is, allow for the possibility that not all runs of cron start right on the same second. A safe change to do this would be to change the timestamp comparison to account for extra seconds.

The code should be changed so that choosing a snapshot to tag follows timing similar to determining if a snapshot for a tag is needed. That is, allow for the possibility that not all runs of cron start right on the same second. A safe change to do this would be to change the timestamp comparison to account for extra seconds.
@rodwgs
Copy link
Contributor Author

rodwgs commented May 15, 2020

Just to be clear, this will fix issues #497 and #467.

@teejee2008 teejee2008 merged commit 5329f83 into teejee2008:master Nov 16, 2020
@teejee2008
Copy link
Owner

Thanks

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

Successfully merging this pull request may close these issues.

2 participants