2021-09-21 - Version 2.1
Changelog:
- Only support pgBackRest 2.33 and above in order to add support for the multi-repository feature.
Introduce the--repooption to set the repository index to operate on. When multiple repositories will be found, if the--repoargument is not provided, the services will operate on all repositories defined, checking for inconsistencies across multiple repositories.
It is however recommended to also define checks using the--repoargument to verify the sanity of each repository separately.
(Reviewed by Adrien Nayrat) - Add a new 
max-archives-check-numberoption for the archives service. This is intended to use in case of timeline switch and when boundary WAL can't be detected properly, in order to prevent infinite WAL archives check. - Add 
prtgoutput format (Hans-Peter Zahno).