VMware Cloud Director 10.6
The issue is caused by specifying the incorrect directory level as the NFS mount target during the restore operation.
The VCD restore logic is designed to automatically scan for a subdirectory named backups within the specified mount point. If the user mounts the backups folder itself (e.g., /nfs/backups), the system attempts to look for a nested path (e.g., /nfs/backups/backups), fails to find it, and therefore displays no available backup files.
To resolve this issue, you must mount the parent directory of the backups folder rather than the backups folder itself.