How does it perform if you backup from local to NFS?
Have you set any NFS mount options or are you using defaults?
Have you set any NFS mount options or are you using defaults?
I've not messed with NFS for a long time so I can't really suggest anything specific, just some things to research on your own.
Look into Jumbo Frames, increase MTU, NFS mount options: rsize, wsize and noatime.
(rw,relatime,vers=3,rsize=131072,wsize=131072,namlen=255,hard,proto=tcp,timeo=600,retrans=2,sec=sys,mountaddr=REDACTED,mountvers=3,mountport=662,mountproto=udp,local_lock=none,addr=REDACTED)
What is your rsize and wsize set to? Maybe post the relevant entry output of $>mount?
Here someone mentions that they mount NFS backup storage backed by zfs with specific options:
https://forum.proxmox.com/threads/n...create-a-wiki-entry-for-nfs.18301/#post-93367
No idea if that would help you but if you tried this you would likely want a different NFS mount for images vs backups.