Using NDMP as an alternative to CIFS mount
Posted
by
user138922
on Server Fault
See other posts from Server Fault
or by user138922
Published on 2012-10-03T23:50:34Z
Indexed on
2012/10/14
3:39 UTC
Read the original article
Hit count: 490
I have a weird but interesting use-case. I use CIFS to mount shares from a File Server (NetApp, EMC etc) to an application server (win/linux server where my application runs). My application needs to process each of the file from the shares that I mount via CIFS. My application also needs access to the meta-data of these files such as Name, Size, ACLs etc.
I would like to see if I can achieve the same via NDMP. I have some very basic questions regarding this use-case. It would be great if you guys can help me out here.
- Is this even something which is achievable?
- Can I just transfer share that interest me instead of entire volume?
© Server Fault or respective owner