I have an interesting problem. I have a bunch of random files in multiple locations I want to restore from snapshots. I know I can restore them from .snapshots and previous version in the OS, but this does not preserve the ownership of the files. I want to use something like NDMPCOPY to restore the files and pass it a list of files to restore (as a single operation). Does anyone know of a way to do this?
Thanks in advance!