I have Veeam backing up a remote NFS share by NAS backup. Works great in most cases except in this edge case.
If the veeam proxy has access to the NFS share due to the export allowing the proxy IP, it can see the folders within. However if those underlying folders does not allow anonymous/everyone permission to Read them, the backup cannot actually run, so you get this situation
Code: Select all
1/24/2023 11:01:06 PM :: Backed up 0 files and 2 folders (0 B)
Status: Success
Yet Veeam considers this a "Success" and therefore no notification that the backup actually did nothing.
I would expect that a backup of 0 files, 0 bytes, would trigger some alternate alert or at least a warning, if not an outright job failure status code. Otherwise I have to "trust" that some user did not chmod a directory and prevent the backup agent from accessing the folder.
How can I work around or alert on this? This is a dangerous situation.