I have a few CentOS servers i would like to backup nightly.
I have created a NFS server with the following mounts :
- /backup/server1
- /backup/server2
- /backup/server3
On the CentOS servers i have mounted the nfs share as /backup and everything works fine with read and writes.
The issue is that the files sent over NFS are always ending up with root or nobody permissions (if all_root_squash is set).
How can i properly set quotas when my NFS clients all are using the same UID and the same root user?