I've been requested by our MSSQL admin to exclude from backup any database with name that starts with 'Test' or 'TEST'. The admin often creates and removes databases with such names. I've tried to exclude using: exclude "\...\Test*\...\" exclude "\...\TEST*\...\"
But it doesn't seem to do the job. Instead of ignoring these DBs like if they were not there, TDP skips over them producing errors along the way. How should such an exclude be formulated? -- Warm regards, Michael Green
