This method gives lots of details, but is only appropriate if you use the overnight schedules.
During a scheduled backup, every file sent to the Storage Protect servers is logged in the schedule log dsmsched.log, which is kept on your machine. Additionally, errors are logged to dsmerror.log. If you open dsmsched.log in a text editor then you will be able to see exactly what was sent, and whether any files failed to get backed up.
Scroll to the end of dsmsched.log and you should see that the Storage Protect scheduler has written summary information of the last scheduled backup similar to the following:
09-12-2023 23:03:04 --- SCHEDULEREC STATUS BEGIN
09-12-2023 23:03:04 Total number of objects inspected: 91,497
09-12-2023 23:03:04 Total number of objects backed up: 113
09-12-2023 23:03:04 Total number of objects updated: 0
09-12-2023 23:03:04 Total number of objects rebound: 0
09-12-2023 23:03:04 Total number of objects deleted: 0
09-12-2023 23:03:04 Total number of objects expired: 53
09-12-2023 23:03:04 Total number of objects failed: 6
09-12-2023 23:03:04 Total number of bytes transferred: 19.38 MB
09-12-2023 23:03:04 Data transfer time: 1.54 sec
09-12-2023 23:03:04 Network data transfer rate: 12,821.52 KB/sec
09-12-2023 23:03:04 Aggregate data transfer rate: 114.39 KB/sec
09-12-2023 23:03:04 Objects compressed by: 0%
09-12-2023 23:03:04 Elapsed processing time: 00:02:53
09-12-2023 23:03:04 --- SCHEDULEREC STATUS END
09-12-2023 23:03:04 --- SCHEDULEREC OBJECT END DAILY_23_00 09-12-2023 23:00:00
09-12-2023 23:03:04 Scheduled event 'DAILY_23_00' completed successfully.
09-12-2023 23:03:04 Sending results for scheduled event 'DAILY_23_00'.
09-12-2023 23:03:04 Results sent to server for scheduled event 'DAILY_23_00'.
Firstly, check whether Storage Protect deemed the schedule to be completed or not. The third line from the bottom indicates that the schedule completed successfully. This is likely to mean that most of your files were backed up, but on the other hand it does not necessarily mean that all files were sent to the server.
It is therefore important to determine if any files have failed to be backed up. If the scheduled completed successfully but the number of objects listed under Total number of objects failed is greater than zero, then scroll up or search for the next occurrence of the word fail to determine which files are affected. The most common reason for a file failing to be backed up is that it is held open (locked) by another program, such as:
09-12-2023 23:02:59 ANS1228E Sending of object '\\jasonz\c$\Documents and Settings\jasonz\NTUSER.DAT' failed
09-12-2023 23:02:59 ANS4987E Error processing '\\jasonz\c$\Documents and Settings\jasonz\NTUSER.DAT': the object is in use by another process
In some cases this is unavoidable: the file dsmerror.log should be ignored if it fails and should not be excluded from the backup. In other cases, the choice is either to close the problem program before the backup, or to exclude the problem file from backup.
Other failures and errors will be accompanied by an error message and a corresponding entry in dsmerror.log. If your schedule did not complete successfully then please see our page on troubleshooting Storage Protect scheduled backup failure reports. Further help with any errors may be also found via the HFS knowledgebase.
Note that the schedule log file does not grow endlessly, but is pruned of entries older than the setting of the SchedlogRetention option. By default this is set to 30 days.