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

Add support to always take a snapshot on run #27

Merged
merged 1 commit into from
Feb 27, 2020
Merged

Conversation

Daviey
Copy link
Contributor

@Daviey Daviey commented Mar 29, 2016

Previously, running via --run with a scheduled snapshot it
is wrongly missing every other snapshot as it is usually a
second too young to be considered stale.

This change adds a --forcerun option to always take a
snapshot (irrelevant of age) and then purge any snapshots due
to be purged as usual.

fixes #23

Signed-off-by: Dave Walker (Daviey) email@daviey.com

Previously, running via --run with a scheduled snapshot it
is wrongly missing every other snapshot as it is usually a
second too young to be considered stale.

This change adds a --forcerun option to always take a
snapshot (irrelevant of age) and then purge any snapshots due
to be purged as usual.

fixes sebdah#23

Signed-off-by: Dave Walker (Daviey) <email@daviey.com>
@sebdah sebdah self-assigned this Feb 27, 2020
@sebdah sebdah changed the base branch from master to develop February 27, 2020 04:55
@sebdah sebdah merged commit 5ac9a03 into sebdah:develop Feb 27, 2020
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

Successfully merging this pull request may close these issues.

--run --force
2 participants