From b3682b61d1ce3a4f6a31fe4e14d747b6bc9903b5 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Sat, 28 May 2022 19:03:45 -0700 Subject: [PATCH] Add another note about the consistency checks schema in old versions (#523). --- docs/how-to/deal-with-very-large-backups.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/how-to/deal-with-very-large-backups.md b/docs/how-to/deal-with-very-large-backups.md index 4b1d6108a..447f90a74 100644 --- a/docs/how-to/deal-with-very-large-backups.md +++ b/docs/how-to/deal-with-very-large-backups.md @@ -61,6 +61,8 @@ consistency: - name: repository ``` +(Prior to borgmatic 1.6.2, `checks` was a plain list of strings without the `name:` part.) + Here are the available checks from fastest to slowest: * `repository`: Checks the consistency of the repository itself.