Configuration doc errors #689

Closed
opened 2023-05-04 13:19:09 +00:00 by Hofer-Julian · 4 comments

While browsing through the configuration docs, I think I've spotted two errors.
https://torsion.org/borgmatic/docs/reference/configuration/

  1. consistency.checks gives as example - name: repository. This should be repository, right?
  2. The indentation in consistency.checks.frequency looks wrong to me.
While browsing through the configuration docs, I think I've spotted two errors. https://torsion.org/borgmatic/docs/reference/configuration/ 1. `consistency.checks` gives as example `- name: repository`. This should be `repository`, right? 2. The indentation in `consistency.checks.frequency` looks wrong to me.
Author

Mmmh, I think I've understood now what the docs mean.

You are supposed to write it like this if you want multiple checks, right?

consistency:
    checks:
        - name: repository
        - name: archives
Mmmh, I think I've understood now what the docs mean. You are supposed to write it like this if you want multiple checks, right? ```yaml consistency: checks: - name: repository - name: archives ```
Owner

You are supposed to write it like this if you want multiple checks, right?

That's correct! More details here: https://torsion.org/borgmatic/docs/how-to/deal-with-very-large-backups/#consistency-check-configuration and https://torsion.org/borgmatic/docs/how-to/deal-with-very-large-backups/#check-frequency

That shows the expected indentation for frequency as well.

> You are supposed to write it like this if you want multiple checks, right? That's correct! More details here: https://torsion.org/borgmatic/docs/how-to/deal-with-very-large-backups/#consistency-check-configuration and https://torsion.org/borgmatic/docs/how-to/deal-with-very-large-backups/#check-frequency That shows the expected indentation for `frequency` as well.
witten added the
question / support
label 2023-05-04 15:59:26 +00:00
Author

Makes sense.

Also, great job with the tool in general, already a happy user for years :)

Makes sense. Also, great job with the tool in general, already a happy user for years :)
Owner

Glad to hear it!

Glad to hear it!
Sign in to join this conversation.
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: borgmatic-collective/borgmatic#689
No description provided.