Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Disable the YES prompt when BORG_CHECK_I_KNOW_WHAT_I_AM_DOING is enabled #8297

Open
dertuxmalwieder opened this issue Jul 21, 2024 · 0 comments
Milestone

Comments

@dertuxmalwieder
Copy link
Contributor

My current Borg setup includes a cronjob that executes prune and compact once a day. With 2.0.0 b9 the necessity of borg check was introduced for this. Now borg check has the disadvantage that a separate query is made as to whether I ‘really want this’, which is of course impractical in a cronjob. Deactivating this query via BORG_CHECK_I_KNOW_WHAT_I_AM_DOING=YES does not make the query disappear, however, so that I receive an e-mail with several confirmed queries every day. In my opinion, this makes no sense.

My current workaround is to append > /dev/null 2>&1 to the cronjob, but this is inelegant. A more elegant solution would be good.

@ThomasWaldmann ThomasWaldmann added this to the 1.4.1 milestone Sep 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants