Hi, I'm very green on legato and I'm looking for help on nsr directives. I want a directive that prevents any file on the system with the dbf extension being backed up. I guess I need something like:
<</>>
+skip: *.dbf
What I have seen of documentation it suggests that the '/' refers just to root filesystem, not all filesystems mounted. Can anyone confirm this and if it is correct, is there a way of making this system wide without naming individual filesystems ?
The directive will not be able to be in a .nsr file as there will be times when dbf files are archived. Lastly, I'm posting this as we don't have a dev system, so all changes have to be 'tested' in live, so there is little room for experiment!
Thanks
<</>>
+skip: *.dbf
What I have seen of documentation it suggests that the '/' refers just to root filesystem, not all filesystems mounted. Can anyone confirm this and if it is correct, is there a way of making this system wide without naming individual filesystems ?
The directive will not be able to be in a .nsr file as there will be times when dbf files are archived. Lastly, I'm posting this as we don't have a dev system, so all changes have to be 'tested' in live, so there is little room for experiment!
Thanks