I'm trying to make a policy like this:
Step 1: Backup everything in full
Step 2: Come back and do transaction log backups on SQL/Sharepoint (with truncate)
Step 3: Verify Backups.
But when it comes time to select selection lists (upon policy saving) and I select both my "full" backup selection list and my "SQL/Sharepoint only" selection list I get two jobs per step of the policy.
Of course, because of this all my files are backed up twice (since I didn't modify the "general" backup parameters for files, it's still set to "FULL" in the job step. But the intention of that selection list is to ONLY grab SQL/Sharepoint data.
Does that make sense?