when did client take it's first backup?

settler

ADSM.ORG Member
Joined
Feb 5, 2009
Messages
30
Reaction score
0
Points
0
How can I tell when a client took it's first backup?
 
Unless someone knows something different, I don't think that info is available anywhere. I think the best you're going to get is the date of node registration. Q NODE f=d "registration date"

If your first backup is within the timeframe you keep your event logging, you can get from Q EVENT.
Or activity log.
Or from summary table...
select * from summary where entity='your nodename' and activity='BACKUP'
 
Another possible source of information is the accounting log, assuming that accounting is turned on,and that records have been retained back to that point in time.

You won't be able to tell with absolute certainty that the first backup was on a particular day. However, if the accounting records extend a substantial length of time prior to backups for that particular node being recorded, you may have enough information to say that the first backup was probably on such-and-such a date.
 
Back
Top