Any time you setup an MS SQL or MS Exchange Backup set, we default to creating 2 backup sets. This is fine for larger databases (250 GB or more). You would use 2 backup sets: 1) Full Database Backup Weekly and 2) Daily Transaction log backups.
However, we recommend a Database Backup daily because of our in-file delta technology. Our In-file delta technology only sends the changed data so the subsequent backups are faster and easier to restore. If the database every needs to be restore you will only need to replace the .edb file without having to do a transaction log restore.
How to Change from Default to Daily Full Database Backup:
1) Under the backup scheduler settings -> Remove the Transaction Log Backup.
3) Edit the Full Database Backup schedule and change it from weekly to Daily.
4) Ensure that in-file delta is enabled and set to incremental.
5) Save those changes.