Hi,
Your backup job will backup all currently attached databases if you select 'all'. So this will take account of new DBs and forget detached ones. To confirm this absolutely, you can check the 'script' tab on the final step of the scheduled backup wizard to ensure the BACKUP DATABASES [*] syntax is used. If you've already created the job, you can inspect the SQL Server agent step via SSMS.
For reference: https://documentation.red-gate.com/display/SBU73/The+BACKUP+command#TheBACKUPcommand-BACKUPDATABASEargument
Regards,
Your backup job will backup all currently attached databases if you select 'all'. So this will take account of new DBs and forget detached ones. To confirm this absolutely, you can check the 'script' tab on the final step of the scheduled backup wizard to ensure the BACKUP DATABASES [*] syntax is used. If you've already created the job, you can inspect the SQL Server agent step via SSMS.
For reference: https://documentation.red-gate.com/display/SBU73/The+BACKUP+command#TheBACKUPcommand-BACKUPDATABASEargument
Regards,