VMware backup is missing some files
Issue
VMware backup is missing files and/or folders.
Cause
If your VMware backup ends with warnings, the task details may indicate that one or more files failed to back up. Permissions for the Datastore Browser are managed by the vCenter server — in some cases, access to the Datastore Browser may be disabled for security reasons or to prevent users from accessing core virtual machine files and folders stored on the datastores.
Resolution
Enable the Datastore Browser feature:
Stop the VirtualCenter Server service.
Back up the configuration file:
For Windows vCenter Server:
C:\ProgramData\VMware\VMware VirtualCenter\vpxd.cfgFor vCenter Server Appliance:
/etc/vmware-vpx/vpxd.cfg
Optionally, create a snapshot of the vSphere server VM to enable restoration in case of a failure.
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.
Start the VirtualCenter Server service.
You should now be able to back up the previously problematic files.
Last updated

