No user database listed in sql server backup job configuration window,why?
This issue most probably because account specified in sql instance configuration window has no enough privilege to access use database.
Solution :
To back up sql server database, account should has at lease "sysadmin" role, you may change account to anther one that has "sysadmin" role or add "sysadmin" role to current account.