Settings not being saved on server restart

I have version 2.5.32 running on TrueNAS Scale. I am trying to tick “Do not fail backups in case of hash mismatches or read errors” under advanced settings. After saving it does say " Saved settings successfully." but if the server restarts the box is unchecked.

Not only that, just had it do a backup of one of the PC’s, restarted server, and there is no backup showing on the server. Changing topic to server issue.

I had the same problem, and discovered (at least for me) what the reason was.
I followed this thread to setup everything:

For some reason the database was never created and so everything I configured was lost after a restart.

In the beginning of the tutorial it says, that the database dataset should point to var/backups in the screenshot of the settings it says var/urbackup.
I changed the setting from var/backups to var/urbackup and this solved the problem. Database is now created and also my settings are stored.

Hope that helps!