I have a Windows 2012 R2 server where local administrator accounts (or at least one particular one) cannot access the "System Volume Information" folder. This works for the same account with the same exact permissions on another server. We use a program that scans the server's local disks which I am sure uses the backup privilege in doing so because it is normally able to bypass NTFS ACLs, but not in this case.
These are the things that I verified all the servers (working and non-working) have in common: The (service) account in question is a member of the local administrators group. The folder permissions are exactly the same (default): Allow Full Control to SYSTEM, applies to this folder, subfolders and files. UAC is also completely disabled. This to me indicates that this local admin account is not able to exert the backup privilege on this server for some reason.
My question is mainly how can this happen, and what can I do to troubleshoot it? I don't know enough about this depth of Windows security mechanisms to even know where to start. If an account is a local administrator I would expect this to work. I've searched high and low and don't see anything out of the ordinary with security groups, NTFS permissions, or group policies. I've also searched the net but unfortunately haven't been able to find anyone mentioning this kind of scenario or anything related that gives me a clue. Any help would be appreciated.
Please note that some other folders on this server suffer from the same issue, but I'm specifically discussing the system volume information folder because it is present and has the same default permissions on all the servers, making it easier to compare. Also, I have now checked the user rights assignments on the local security policy of the server with the issue, and it does grant "Back up files and directories" policy set to Administrators and Backup Operators, which seems to be the default.