The problem is about FTP.db in /var/www/db . I fixed it by following command.
cd /var/www/db
sqlite3 FTP.db
sqlite> INSERT INTO automatic_backup(id,status) VALUES("1","DISABLED"),("2","DISABLED");
After that, go back to the Web UI and try setting both auto backup and deletion. You should see the current setting of both values.
This problem occurs on Issabel 5, the "yum update" didn't help.