Hi!
I'm trying to access our filer in a way that gives me full access to a NTFS-mounted CIFS-share to take a normal file level backup through \\filer\volume
We have a qtree, e.g /vol/files, with NTFS-style permissions and a CIFS share mounted on the qtree (\\filer\files). We want to backup this CIFS share from a dedicated machine, with something similar to root-privileges in Unix.
Is there a way to map a Domain User to a local filer super-user to make this happen? I'm not very familiar with WAFL and user administration on the filer, and how the different types of users are connected to e.g CIFS access.
After several hours of googling I've discovered that there is a Backup Operators group on the filer, but this only applies to NDMP?
I've tried mapping the backup user to root and Administrator in /etc/usermap.cfg, but still no luck. cifs.trace_login is enabled, and I can see the user logging in and getting mapped to root/Administrator/whatever I tell it to in the usermap file.
Is this even possible?