Do you know if it's possible to do advanced automation on Backup Job with Tags?
Now in v8, it's possible to backup VM's depending on what TAG that VM has, but, as far as i know, I can't combine those tags.
To explain my need:
I have two SQL servers, production and testing.
Production server has tags "Env: PRODUCTION" & "Type:SQL"
Test server has tags "Env: TEST" & "Type:SQL"
Then I have servers like
Production APP with tags "Env: PRODUCTION" & "Type:Application"
Test APP with tags "Env: TEST" & "Type:Application"
And I want to create backup job, that takes backup of all production SQL servers.
But, if in backup job, I use tag SQL, it will backup also test SQL server. And if I use tag PRODUCTION, it will backup also Application server.
So what I want to do, is a backup job with rule that combines TAG:SQL & TAG:Production. Is that possible, or do I still need to use Powershell to do this?
Even more what I'd like to do, is to combine tags with other attributes, like Tags & Clusters etc, it would be really easy to do nicely automated backup jobs, if that would be possible

Regards,
Janne