Zend certified PHP/Magento developer

Any idea why I can’t disable backups?

Any idea why I can’t disable backups in Magento 2.3.3?

I’ve tried through the admin panel and when I change the enabled setting from “yes” to “no” and save the page, it still shows “yes” when the page refreshes. I tried disabling the automatic backups first and then disabling backups entirely, but when I save the settings and the page refreshes, both still show “yes”.

enter image description here

I tried through the command line using:

bin/magento config:set system/backup/functionality_enabled 0

and get: value saved in response, but when I go back to the control panel in Magento and check, it shows that backups are still enabled.

I tried clearing the caches, then tried blowing away the caches. I also tried a complete reindexing and there was no difference.

As far as I can tell any/all other settings in the Magento panel are behaving as expected, so it seems that the problem is isolated to backup settings…

Anyone seen this before, or have an idea what to look at to get these backup jobs shut off?