I'm actually wondering if on Unix/Linux systems, there is a equivalent of "Backup Operators" on Windows.
On Windows, being member of this group allows to open files without updating their LAST ACCESS metadata.
Is there anything similar on Unix/Linux ?
I know that remounting the whole volume using "noatime" option can give this ability, but this is a non-sense as this would require no one accessing datas at time of backup.
Here is the context of the question :
- The Unix/Linux server is hosting CIFS shares and is a production server accessed by other systems/services.
- A Windows server connecting to the Unix/Linux one thru CIFS shared will open files to backup/search in their content.
- The goal is to avoid update LAST ACCESS metadata on opened files because there might be an archiving solution that would rehydrate files and/or consider files as being updated.
Can someone please help on this subject ?
Thanks
