-
-
Notifications
You must be signed in to change notification settings - Fork 744
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
borg2 check redesign? #8518
Comments
Can "borg check --verify-data" be sped up by reading data from disk only once? Especially for local repositories or on a NAS, where borg is running on the client and all data needs to be transferred to the client? |
@rschuetz Yes, theoretically we could unify some parts of check that need to read all data from all repo objects. As borg 1.x "check" is designed right now, it's difficult though:
#8517 has an idea for borg2 related to verify-data also, but this does not apply to borg 1.x. BTW, this ticket is primarily meant for borg2, I don't think there will be major changes in borg check of 1.x. |
There is also #8514 and the idea to use flags for each repo object to avoid reading it multiple times. |
collect ideas here to optimize speed of borg check.
The text was updated successfully, but these errors were encountered: