You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I hope I did not overlooked any documentation or any thread on the forum, but I have a use-case here. Please refer me or/and reject if so.
I want to have a check run on each repo without "--read-data" flag after each backup to ensure integrity of that backup. Easy said easy done, just add the "check-after". But I also want to run the check once a week with the "--read-data" flag enabled to ensure integrity, but since it is heavy and takes quite a while I want to run it just weekly.
Problem now is, if I configure the "check" with "read-data: true" and schedule it to run every week, the check run by the "backup" also runs with "read-data" flag.
It would be cool to be able to either configure multiple check sections with different schedules to run one without "read-data" flag and one with the flag or the ability to configure the check run by "backup" to not use the "read-data" flag.
Hi there,
I hope I did not overlooked any documentation or any thread on the forum, but I have a use-case here. Please refer me or/and reject if so.
I want to have a check run on each repo without "--read-data" flag after each backup to ensure integrity of that backup. Easy said easy done, just add the "check-after". But I also want to run the check once a week with the "--read-data" flag enabled to ensure integrity, but since it is heavy and takes quite a while I want to run it just weekly.
Problem now is, if I configure the "check" with "read-data: true" and schedule it to run every week, the check run by the "backup" also runs with "read-data" flag.
It would be cool to be able to either configure multiple check sections with different schedules to run one without "read-data" flag and one with the flag or the ability to configure the check run by "backup" to not use the "read-data" flag.
Current config:
Example of possible config:
The text was updated successfully, but these errors were encountered: