SUMMARY
Failed backup status is desired instead of a warning when even one file is skipped.
ISSUE
By default, the Unitrends Backup agent version 9.2.0-3 and above allows for 1 in every 1000 files to be skipped resulting in the backup completing with a warning status.
RESOLUTION
A new key/value pair can be added to C:\PCBP\master.ini on the client which will control if skipped files are allowed or not.
- Open C:\PCBP\MASTER.INI with a suitable text file editor.
- In certain cases, you may need to open notepad as an admin to be allowed to save the file.
- Add FailOnFilesSkipped=1 under the [BProfessional] section
- Values are 1 or 0
- 1 = true = fail if any file is skipped
- 0 = false = allow skipped files and warn
- Values are 1 or 0
- Save the file