In my sharepoint 2010 instance we use EBS. I would like to modify implementation (from http://technet.microsoft.com/en-us/magazine/2009.06.insidesharepoint.aspx):
- detect if file read request is from backup or export site (Get Calling Method using Reflection [C#] ? )
- if true return some small (1kB) mocked file
- if false return original file
Is it possible?