What is the recommended procedure for recovering deleted attachments in Confluence given the following:
- Confluence runs on an external MySQL database
- Attachments are stored in the filesystem
- A snapshot of the Confluence server is taken everyday in lieu of using the default XML backup service
If I can figure out the previous location of the file in the attachments folder hierarchy, then I should be able to grab it from a previous snapshot and drop it back in, correct?