Skip to content

Borg check question: for SSHFS repo, how much data is transferred for each option? #5782

Discussion options

You must be logged in to vote

The repository part of the check will read all chunks in the repo (all contents of the segment files) to verify the crc32 checksums of the stored chunks and also to build a known-good fresh repo index.

The archives part will then iterate over all archives and do misc. checks, e.g. whether the referenced chunks are present in the repo index - also it will build a new known-good chunks index (that has refcount and size infos for each chunk).

--verify-data will also do a cryptographic check, whether the chunk contents are authentic. this will read a lot of data.

More details are in the borg check docs.

About integrity errors:

  • if the repo was ever used with an unpatched borg < 1.1.11 make s…

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@ThomasWaldmann
Comment options

@AndrewDDavis
Comment options

@ThomasWaldmann
Comment options

@AndrewDDavis
Comment options

@ThomasWaldmann
Comment options

Answer selected by AndrewDDavis
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants