Create an htaccess file with this in it:
<Files ~ ".*\..*">
order allow,deny
deny from all
</Files>
Place the htacess file in a folder wp-content/backup-db
This should stop the error message.
But didn’t stop the error message for me, though since everything is in the right place, presumably it is safe.