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

Optionally verify each written chunk on store operations #207

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

penguwin
Copy link
Member

@penguwin penguwin commented Nov 8, 2021

This adds an additional flag --verify to the store command in order to re-load and check each written chunk the operation. Additionally this also adds a config value verify_store to always verify on store operations for specified repositories without using the flag.
References, but not resolves #179 #180

@penguwin penguwin requested a review from a team November 8, 2021 15:23
@penguwin
Copy link
Member Author

penguwin commented Nov 8, 2021

p.s. for restore operations we'll have to introduce some breaking changes, that's why I'm splitting this up to several pull requests

This adds an additional flag `verify` to the `store` command to check each
written chunk on store operations. Additionally this adds a config value to
always verify on store operations for specified repositories without using the
flag.
Copy link
Member

@ma-hartma ma-hartma left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@penguwin penguwin requested a review from muesli March 24, 2023 02:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add verify flag to store, restore and clone commands
2 participants