On Nov 1, 2005, at 6:17 AM, John E. Vincent wrote:
...Does anyone have a query I can run against the database directly that will give me a list of all files backed up for a node during the last session? ...
John - It seems like you are the server administrator...and you are being asked to do things that should be done by the client administrator. The backup schedule log, when run in non-Quiet mode, provides a full accounting of what happened in every backup session. The server administrator can run a consumptive Select on the BACKUPS table, and can do Query EVents and check result values, but this does not provide anywhere near the full perspective on what happened. That log, plus the dsmerror.log, provide the whole story. The client administrator can also perform a Query Backup to more efficiently check what has been backed up. Richard Sims