Hi,
you can set the "Backup Compression Default" option to ensure that all backups that do NOT have a compression clause (as the one from DB13) gets compressed.
You can set it by running
exec sp_configure 'backup compression default', 1
reconfigure with override
Regards
Clas