Okay, that seems to make sense from the manual pages, and the output doesn't seem to make sense, so I have to expand the search. Though the output of the nsrinfo command looks like it is dumping the whole index for that client, I agree that the manual page states that the -t timestamp option restricts output to only those files in the specified saveset, and the research below suggests that indeed the files really are being backed up every night, and of course I trust you guys out here on tek-tips
C:> mminfo -r nsavetime -v -c beast3 -ot | tail -1
1037090013
C:> nsrinfo -t 1037090013 beast3 > file.txt
C:> wc -l file.txt
24714 file.txt
Repeat command for the previous several saveset timestamps and all of them have some 24000 to 25000 files.
Look at the actual file list from several of the last savesets, seeking a file which definitely hasn't changed and isn't post-dated, in my particular case the file
C:\WINDOWS2\winhelp.exe
C:\WINDOWS2\... is where I installed a second whole copy of Windows XP Pro on this client for diagnosis reasons.
C:\WINDOWS2\winhelp.exe is dated 08/18/2001. The current system date is 11/12/2002.
That file definitely should not show up in several consecutive incremental backups .. right??
So, next step: how do I run a command on the client, matching what the server will remotely execute on that client, to generate a list of files that would be backed up, so I can see perhaps why these files are actually being backed up repeatedly?
Thanks again!
-Jay