Q: Why does the Dashboard show the status “Error” in red?
A: The status turns red if either COPY_ERRORS or VERIFY_ERRORS are greater than zero.
- Copy Errors: Usually happens if
rsyncloses connection or lacks permission to read a source file. - Verify Errors: Occur if you enabled
BACKUP_VERIFICATION=1and the checksum of the backup doesn’t match the source. Check thebmus.logfile for details on which specific file failed.