VMware backup is missing some files
Issue
VMware backup is missing files and/or folders.
Resolution
If your VMware backup plans end with warnings, the task details may indicate that one or more files failed to back up.
Permissions to the Datastore Browser are controlled by vCenter server. In some cases, you may want to disable access to the Datastore Browser for security reasons or to prevent users from accessing core virtual machine files and folders stored on the datastores.
To enable the Datastore Browser feature:
Stop the VirtualCenter Server service.
Back up the configuration file:
Windows vCenter Server:
C:\ProgramData\VMware\VMware VirtualCenter\vpxd.cfg
vCenter Server Appliance:
/etc/vmware-vpx/vpxd.cfg
Open the
vpxd.cfg
file in a text editor.Locate the
<vpxd>
tags and add the following entry within them:<enableHttpDatastoreAccess>true</enableHttpDatastoreAccess>
Save the changes to the
vpxd.cfg
file.Start the VirtualCenter Server service.
You should now be able to back up the previously problematic files.
Last updated