DLO Agent automatically updates the Backup Completion % status every 15 min to DLO server.
Backup % is calculated as ( (FileSizeOriginal - FileSizeToProtect) / FileSizeOriginal ) * 100
Note: This is a formula for DLO 9.4 or earlier.
Starting DLO version 9.5 backup completion percentage formula is updated to following which resolves the errors in backup completion percentage value calculation:
Backup Completion % = ( FileSizeProtected / (FileSizeProtected + FileSizeToProtect) ) * 100
DLO Backup completion percentage is not reported accurately.
1. Check if DLO agent is able to communicate to DLO server using ping command.
2. Check backup selection in Profile to confirm that only required files are included in backup selection.
3. Check backup history of the user and identify/fix any backup failure issues.
4. Verify that DLO agent is able to access DLO SQL db by performing UDL SQL connectivity test.
5. Identify any network related issues between DLO agent and DLO server/Network user data folder (NUDF).