You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
check --verify-data does a full scan over the repository, just reading and authenticating all objects (but not yet using any of the data it read).
it could check if the chunk is an archive metadata chunk and if so, remember its ID.
undelete-archives would normally do a full scan over the repo also, trying to identify archive metadata chunks - it could use the remembered list from verify_data (if that option was given).
The text was updated successfully, but these errors were encountered:
check --verify-data
does a full scan over the repository, just reading and authenticating all objects (but not yet using any of the data it read).it could check if the chunk is an archive metadata chunk and if so, remember its ID.
undelete-archives
would normally do a full scan over the repo also, trying to identify archive metadata chunks - it could use the remembered list from verify_data (if that option was given).The text was updated successfully, but these errors were encountered: