I use local directives quite a bit. I find it more useful than defining a directive on the server if the directive is just for one machine. I mainly use them for databases, so the files (excluding the database) are backed up in one savegroup. Then the database is backed up later using a Business Module. The local directive keeps the open database files from being backed up with the other files. This works just fine.
Now my question. There are times where I want to bring down the database and do a full filesystem backup of the entire machine (including the database files). Is there a way to override local directives?
Now my question. There are times where I want to bring down the database and do a full filesystem backup of the entire machine (including the database files). Is there a way to override local directives?