I recently setup an NFS share for backups which is working OK. However, I noticed that on the proxmox server the files it creates are not owned by root but instead are numeric ID's like
Is this going to be a problem when going to restore a VM?
Code:
-rw-r--r-- 1 4294967294 4294967294 768 Jan 28 16:03 vzdump-qemu-100-2014_01_28-16_02_41.log
-rw-r--r-- 1 4294967294 4294967294 1416647194 Jan 28 16:03 vzdump-qemu-100-2014_01_28-16_02_41.tar.lzo
Is this going to be a problem when going to restore a VM?