Skip to content

Commit

Permalink
Check docs clarifications.
Browse files Browse the repository at this point in the history
  • Loading branch information
witten committed Nov 25, 2024
1 parent 638db37 commit 228a839
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions docs/how-to/deal-with-very-large-backups.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,14 +87,16 @@ checks:
```


Here are the available checks from fastest to slowest:
Here are the available checks, roughly from fastest to slowest:

* `archives`: Checks all of the archives metadata in the repository.
* `archives`: Checks all of the archives' metadata in the repository.
* `repository`: Checks the consistency of the whole repository. The checks run
on the server and do not cause significant network traffic.
* `extract`: Performs an extraction dry-run of the latest archive.
* `data`: Verifies the data integrity of all archives contents, decrypting and decompressing all data.
* `spot`: Compares file counts and contents between your source files and the latest archive.
* `data`: Verifies the data integrity of all archives contents, decrypting
and decompressing all data.
* `spot`: Compares file counts and contents between your source files and the
latest archive.

Note that the `data` check is a more thorough version of the `archives` check,
so enabling the `data` check implicitly enables the `archives` check as well.
Expand Down

0 comments on commit 228a839

Please sign in to comment.