Merge pull request #9447 from kobergj/ConsistencyFailFlag

Add `--fail` flag to consistency command
This commit is contained in:
kobergj
2024-06-24 11:17:12 +02:00
committed by GitHub
3 changed files with 15 additions and 4 deletions
@@ -0,0 +1,5 @@
Enhancement: Add fail flag to consistency check
We added a `--fail` flag to the `ocis backup consistency` command. If set to true, the command will return a non-zero exit code if any inconsistencies are found. This allows you to use the command in scripts and CI/CD pipelines to ensure that backups are consistent.
https://github.com/owncloud/ocis/pull/9447