Files
QSfera/changelog/unreleased/consistency-fail-flag.md
T
2024-06-24 10:32:06 +02:00

360 B

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