There is a problem which I (as a monitor) should solve:
Sometimes it happens that admin add volumes (file systems) to servers without notifying the backup admin. Even though this should not happen it can happen, so there should be a way to ensure via a monitoring plug-in that all file systems that somebody might have added are in fact being backed up.
One solution could be:
DP can (?) create a new flag file in the top level of the file system which shows file system has been backed up. This flag file has the latest backup date. The monitoring system looks at the whole file system and checks whether this flag file exists in the uppermost level and if it has the latest date. If there will be no flag file, then the monitoring knows the file systems are not in back up list. There could be a file system blacklist which lists the files/file systems which should not be backed up so that it doesn’t alert the monitoring system.
Now I want to know:
- If DP can set/create such a flag? If yes, How?
- Are there any other ways to solve this problem?