Is it possible to determine whether a restore has been carried out on a file or folder from a Volume Shadow Copy snapshot?

link|improve this question

62% accept rate
feedback

1 Answer

up vote 1 down vote accepted

If you mean can you tell if a file has been replaced by an older version copied from a shadow copy, then the answer is no. I suppose you could compare it's timestamp with versions in all the older shadow copies to see if one matched, but there's no system audit of retrieving a file from a shadow copy.

JR

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.